Files
kotlin-fork/idea/testData/quickfix/addRunBeforeLambda/basic.kt
T
2016-05-06 18:46:12 +03:00

6 lines
95 B
Kotlin
Vendored

// "Add 'run' before the lambda expression" "true"
// WITH_RUNTIME
fun foo() {
{}<caret>
}