7 lines
97 B
Plaintext
Vendored
7 lines
97 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
// IS_APPLICABLE: true
|
|
|
|
fun foo() {
|
|
val foo: String? = null
|
|
foo?.to("")
|
|
} |