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
[warn] -- Warning: Test.scala:4:31 ------
[warn] 4 |@nowarn def f(): String => A = Test
[warn] | ^^^^
[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `Test.apply` explicitly.
Expectation
No warnings emitted originating in f().
The text was updated successfully, but these errors were encountered:
Compiler version
3.0.1-RC2
Minimized code
Output
Expectation
No warnings emitted originating in
f()
.The text was updated successfully, but these errors were encountered: