-
Notifications
You must be signed in to change notification settings - Fork 21
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
object extends companion class in trait: crash #3994
Comments
Imported From: https://issues.scala-lang.org/browse/SI-3994?orig=1 |
Rob Dickens (robcd) said:
|
@dotta said:
And here is the crash reported by scalac
I've tested this with both scalac 2.9.1 and 2.9.2. |
This was referenced Apr 7, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following crashes every version of scala from the dawn of man to current trunk.
The crash is as follows:
As one might predict based on the error, it only crashes if they are companions and the one extends the other.
Parenthetically, this is what #2969 was attempting to report.
The text was updated successfully, but these errors were encountered: