5cbcbe4a9c
The option is named "warningsAsErrors" in the Gradle plugin #KT-10563 Fixed
6 lines
201 B
Plaintext
Vendored
6 lines
201 B
Plaintext
Vendored
error: warnings found and -Werror specified
|
|
compiler/testData/cli/jvm/werror.kt:2:6: warning: unnecessary non-null assertion (!!) on a non-null receiver of type String
|
|
s!!
|
|
^
|
|
COMPILATION_ERROR
|