1c4fb9b00b
Relates to #KT-30975
9 lines
89 B
Plaintext
Vendored
9 lines
89 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun test() {
|
|
use("")
|
|
foo()
|
|
}
|
|
|
|
fun use(s: String) {}
|
|
|
|
fun foo() {} |