JVM: use precise line bounds when regenerating objects with no SMAPs

This commit is contained in:
pyos
2020-04-24 13:02:21 +02:00
committed by max-kammerer
parent 7222a732c1
commit c51c537504
5 changed files with 43 additions and 16 deletions
@@ -0,0 +1,13 @@
fun box(): String {
var result = ""
run {
object {
init {
result = "OK"
}
}
}
return result
}
// 1 LINENUMBER 6