Some deprecation warnings fail the build with -Werror
flag, even if annotated with @nowarn
#17969
Labels
-Werror
flag, even if annotated with @nowarn
#17969
Compiler version
3.3.0
Minimized code
Output
The code fails to build when compiling with the
scalac
flag-Werror
.Expectation
Expect the code to compile, since the deprecation warning is suppressed.
The text was updated successfully, but these errors were encountered: