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