6 lines
121 B
Kotlin
Vendored
6 lines
121 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
fun test() {
|
|
val foo: String? = null
|
|
foo?.<!REDUNDANT_CALL_OF_CONVERSION_METHOD!>toString()<!>
|
|
} |