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

10 lines
100 B
Kotlin
Vendored

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