5cbcbe4a9c
The option is named "warningsAsErrors" in the Gradle plugin #KT-10563 Fixed
5 lines
202 B
Plaintext
Vendored
5 lines
202 B
Plaintext
Vendored
compiler/testData/cli/jvm/werrorWithExplicitError.kt:4:6: error: only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type String?
|
|
t.length
|
|
^
|
|
COMPILATION_ERROR
|