-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Traits in package have an initial method with an illegal method name #577
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
This is because |
Note that using if (owner.is(ModuleClass) && sep == "$") sep = "" // duplicate scalac's behavior: don't write a double '$$' for module class members. |
Needef for |
smarter
added a commit
to smarter/dotty
that referenced
this issue
May 19, 2015
odersky
added a commit
to dotty-staging/dotty
that referenced
this issue
May 19, 2015
DarkDimius
added a commit
that referenced
this issue
May 21, 2015
TraitConstructors: Use a valid method name for the initializer (fix #577)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Note that the method contains a '.' which is not allowed:
The text was updated successfully, but these errors were encountered: