Files
kotlin-fork/idea/testData/quickfix/asyncUnsupported/asyncWithLambda.kt
T
2015-12-21 07:15:37 +03:00

7 lines
111 B
Kotlin
Vendored

// "Migrate unsupported async syntax" "true"
fun async(f: () -> Unit) {}
fun test() {
asy<caret>nc { }
}