c34b417d0c
#KT-34744
11 lines
111 B
Plaintext
Vendored
11 lines
111 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
fun foo(x: Int) {}
|
|
|
|
fun bar() {
|
|
foo(run {
|
|
foo(1)
|
|
foo(2)
|
|
1
|
|
})
|
|
} |