a1f1716044
Also #KT-12625 Fixed
6 lines
86 B
Kotlin
Vendored
6 lines
86 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun test() {
|
|
val foo: String? = null
|
|
foo?.toString()<caret>
|
|
} |