-
Notifications
You must be signed in to change notification settings - Fork 21
scalac can't compile Java-classes containing type-annotations #9853
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-9853?orig=1
|
@SethTisue said: |
Jochen (codepitbull) said: |
Matthias Kurz (mkurz) said (edited on Mar 12, 2017 5:03:06 PM UTC): I think issue can be marked as resolved. |
Matthias Kurz (mkurz) said (edited on Mar 12, 2017 6:48:16 PM UTC): Thank you! |
@som-snytt said (edited on Mar 12, 2017 9:36:38 PM UTC): Edit: sorry, you asked for the core team. They might be asleep right now. Also, we had the daylight saving time switch, so even folks in this TZ are asleep. I'm asleep at the keyboard right now. |
Matthias Kurz (mkurz) said: |
The attached Java-classes contain a valid Annotation in TestAnnotation which is used in AnnotationTest.
Compiling with javac works using the following commandline:
*javac -d classes .java
Compiling with scalac breaks using the following commandline:
*scalac -d classes .java
This might be related to SI-8056, I am posting it anyway as I think this shouldn't break compiling Java-classes.
The text was updated successfully, but these errors were encountered: