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
The compiler should give a warning by default. For example in Scala 2.13 this results in: warning: value test does nothing other than call itself recursively.
The text was updated successfully, but these errors were encountered:
Compiler version
3.3.1
Minimized example
Output
Expectation
The compiler should give a warning by default. For example in Scala 2.13 this results in:
warning: value test does nothing other than call itself recursively
.The text was updated successfully, but these errors were encountered: