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