-
Notifications
You must be signed in to change notification settings - Fork 21
self types+separate compilation+Yinline = method not found #4784
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-4784?orig=1 |
@paulp said: 5: invokestatic #21; //Method Foo$class.$init$:(LBar;)V Can you see what might be missing or altered from the situation which achieved failure? |
@TiarkRompf said (edited on Jul 10, 2011 5:40:37 PM UTC): |
@paulp said: |
@magarciaEPFL said: |
File test1.scala:
File test2.scala:
Compile and run:
Javap reveals that method
Foo$class.$init$
is generated with parameter typeBar
notFoo
. Compiling both files together works fine.The text was updated successfully, but these errors were encountered: