-
Notifications
You must be signed in to change notification settings - Fork 21
Pair is not an alias of Tuple2 #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Imported From: https://issues.scala-lang.org/browse/SI-18?orig=1 |
@michelou said: |
@mcdirmid said: |
@odersky said: |
This was referenced Apr 6, 2017
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I load this code in Eclipse (plugin 2.6.3):
I get
If I change Pair to Tuple2 or leave it out, I get
and everything works.
(I have seen
on a clean build of more complex code containing
so I think it is a compiler and not a plugin issue)
The code worked with a 2.5.something plugin.
The text was updated successfully, but these errors were encountered: