You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue was picked for the Issue Spree No. 41 of January 16th, 2024 which takes place in 2 days. @mbovel, @AnotherMedo will be working on it. If you have any insight into the issue or guidance on how to fix it, please leave it here.
@volatile
annotation only makes sense on variables. The compiler should not allow to use this annotation on immutableval
field.Compiler version
All Scala 3 versions
Minimized code
Output
No warnings
Expectation
Give the same error as Scala 2:
The text was updated successfully, but these errors were encountered: