JVM: missed line number for return expression.

This commit is contained in:
Jinseong Jeon
2020-03-03 15:11:45 -08:00
committed by max-kammerer
parent c29f76580c
commit 5dc1651a44
5 changed files with 77 additions and 4 deletions
+1 -3
View File
@@ -13,9 +13,6 @@ inline fun getB(): Int {
return 1
}
// IGNORE_BACKEND: JVM_IR
// old backend is missing a line number after return from inline function call, actually IR backend results seems more right.
// LINENUMBERS
// TestKt.box():4
// TestKt.box():13
@@ -24,3 +21,4 @@ inline fun getB(): Int {
// TestKt.box():5
// TestKt.box():7
// TestKt.box():13
// TestKt.box():7