Files
kotlin-fork/idea/testData/intentions/removeEmptyParenthesesFromLambdaCall/simple.kt
T

6 lines
67 B
Kotlin
Vendored

// WITH_RUNTIME
fun foo() {
listOf(1).forEach()<caret> { }
}