Files
kotlin-fork/compiler/testData/cli/jvm/firErrorOnLastLine.kt
T
Ilya Chernikov e39eb62e6e FIR LT: Fix diagnostic location calculation on the last line
it was calculated incorrectly on the last line that do not end
with EOL.
#KT-56649 fixed
2023-02-16 10:21:03 +00:00

3 lines
50 B
Kotlin
Vendored

val x = this
val y = this // EOL AFTER THIS LINE!