Files
kotlin-fork/idea/testData/scratch/unresolvedMultiline.kts
T
Natalia Selezneva 4ee41d502a Scratch: report errors at the correct line
^KT-24364 Fixed
2018-05-14 15:55:44 +03:00

7 lines
66 B
Kotlin
Vendored

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