1c4fb9b00b
Relates to #KT-30975
11 lines
150 B
Plaintext
Vendored
11 lines
150 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun test() {
|
|
run {
|
|
val a = create()
|
|
use(a, a)
|
|
}
|
|
}
|
|
|
|
fun create(): String = ""
|
|
|
|
fun use(s: String, t: String) {} |