5889971d62
#KT-7720 Fixed
6 lines
87 B
Plaintext
Vendored
6 lines
87 B
Plaintext
Vendored
fun foo(f: () -> Int) = f()
|
|
|
|
fun test() {
|
|
val i = 1 + 2
|
|
foo { foo { i * 3 } }
|
|
} |