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