Files
kotlin-fork/idea/idea-completion/testData/handlers/basic/highOrderFunctions/async/AsyncSimple.kt
T
2015-12-21 07:15:37 +03:00

8 lines
78 B
Kotlin
Vendored

fun async(a: () -> Unit) {}
fun test() {
asy<caret>
}
// ELEMENT: async