10 lines
129 B
Kotlin
Vendored
10 lines
129 B
Kotlin
Vendored
fun asyFoo(a: () -> Unit) {}
|
|
|
|
fun async(a: () -> Unit) {}
|
|
|
|
fun test() {
|
|
asy<caret>Foo { }
|
|
}
|
|
|
|
// ELEMENT: async
|
|
// CHAR: '\t' |