7b2a66c006
Related to KT-20492
7 lines
83 B
Plaintext
Vendored
7 lines
83 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
fun test() {
|
|
val x = run {
|
|
println(2)
|
|
2
|
|
}
|
|
} |