-
Notifications
You must be signed in to change notification settings - Fork 21
Strange compiler bug caused by some sort of misidentified name conflict #7381
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
Comments
Imported From: https://issues.scala-lang.org/browse/SI-7381?orig=1
|
Mike Schrag (mschrag) said: |
Mike Schrag (mschrag) said: |
@paulp said: |
Mike Schrag (mschrag) said: |
@paulp said: If you compile with 2.10.1 instead of 2.10.0, you will get a better error message.
|
@paulp said: |
Mike Schrag (mschrag) said: |
you will need a jar of https://github.com/jstrachan/scopt to resolve that dependency.
In this case, i get an error "no value value" on the (name = value) section in the middle. It turns out to be caused by the overlap of the name of "val name" and "Config.name". If I rename either of those, the code compiles.
The text was updated successfully, but these errors were encountered: