10 lines
147 B
Plaintext
Vendored
10 lines
147 B
Plaintext
Vendored
fun asyFoo(p: Int, a: () -> Unit) {}
|
|
|
|
fun async(q: Int, a: () -> Unit) {}
|
|
|
|
fun test() {
|
|
async(<caret>5) { }
|
|
}
|
|
|
|
// ELEMENT: async
|
|
// CHAR: '\t' |