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

8 lines
91 B
Plaintext
Vendored

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