Files
kotlin-fork/idea/testData/scratch/unresolvedMultiline.kts
T

9 lines
93 B
Kotlin
Vendored

// REPL_MODE: ~REPL_MODE~
foo.forEach {
1 + 1
}
fun goo(a: String) {
super.goo(a)
}