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

7 lines
116 B
Kotlin
Vendored

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