Files
kotlin-fork/compiler/testData/cli/jvm/firErrorOnLastLineNoEol.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

2 lines
54 B
Kotlin
Vendored

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