9 lines
145 B
Kotlin
Vendored
9 lines
145 B
Kotlin
Vendored
// "Migrate unsupported async syntax" "true"
|
|
object async {
|
|
operator fun times(f: () -> Unit) = f()
|
|
}
|
|
|
|
fun test() {
|
|
asy<caret>nc* { }
|
|
}
|