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