10 lines
123 B
Plaintext
Vendored
10 lines
123 B
Plaintext
Vendored
fun asyFoo(a: () -> Unit) {}
|
|
|
|
fun async(a: () -> Unit) {}
|
|
|
|
fun test() {
|
|
async() { }
|
|
}
|
|
|
|
// ELEMENT: async
|
|
// CHAR: '\t' |