7 lines
111 B
Kotlin
Vendored
7 lines
111 B
Kotlin
Vendored
// "Migrate unsupported async syntax" "true"
|
|
fun async(f: () -> Unit) {}
|
|
|
|
fun test() {
|
|
asy<caret>nc { }
|
|
}
|