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