-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
Not support java 16 record #521
Comments
Please provide a proper meaningful description of your issue and typically a SSCCE. |
|
Please provide a sample project and push it on github. |
ok , wait a moment |
Thx. The Scala compiler doesn't support Java records yet. Anyway, closing as the issue is not in this plugin. |
Scala 2.13.7 was just released today. Try upgrading. |
alchim31 scala plugin version : 4.5.3
java version 16
recompileMode = incremental
compileOrder = Mixed
ca Example.java
record Example(int id, double amount){}
compile failed : illegal start of type declaration
The text was updated successfully, but these errors were encountered: