Files
kotlin-fork/compiler/testData/cli/jvm/werrorWithExplicitError.out
T
2023-09-22 10:48:31 +00:00

5 lines
212 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 'kotlin.String?'.
t.length
^
COMPILATION_ERROR