5889971d62
#KT-7720 Fixed
5 lines
103 B
Kotlin
Vendored
5 lines
103 B
Kotlin
Vendored
fun foo(f: () -> Int) = f()
|
|
|
|
fun test() {
|
|
foo { foo(fun() = (<selection>1 + 2</selection>) * 3) }
|
|
} |