fbd992f8c7
#KT-23501 Fixed
7 lines
61 B
Plaintext
Vendored
7 lines
61 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
val x = run {
|
|
foo()
|
|
1
|
|
}
|
|
|
|
fun foo() {} |