Files
kotlin-fork/idea/testData/refactoring/nameSuggester/Function2.kt
T
2015-12-15 13:31:28 +03:00

10 lines
105 B
Kotlin
Vendored

fun foo(): (Int, Int) -> Int = { 1 }
fun test() {
<selection>foo()</selection>
}
/*
foo
function
*/