mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
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
|