d98da87278
^KT-62030 fixed
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
|