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