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

6 lines
65 B
Plaintext
Vendored

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