266149b88c
#KT-31601 Fixed
6 lines
74 B
Plaintext
Vendored
6 lines
74 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun String.foo() {}
|
|
|
|
fun test(s: String?) {
|
|
s?.foo()
|
|
} |