04c6ea78c7
#KT-10332 Fixed
10 lines
100 B
Kotlin
Vendored
10 lines
100 B
Kotlin
Vendored
fun foo(): (Int) -> Int = { 1 }
|
|
|
|
fun test() {
|
|
<selection>foo()</selection>
|
|
}
|
|
|
|
/*
|
|
foo
|
|
function
|
|
*/ |