2a8b655294
Related to KT-59171
5 lines
212 B
Plaintext
Vendored
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
|