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