8 lines
91 B
Plaintext
Vendored
8 lines
91 B
Plaintext
Vendored
fun async (p: Int, a: () -> Unit) {}
|
|
|
|
fun test() {
|
|
async(<caret>)
|
|
}
|
|
|
|
// ELEMENT: async
|