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

8 lines
87 B
Plaintext
Vendored

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