JVM: missed line number for return expression.
This commit is contained in:
committed by
max-kammerer
parent
c29f76580c
commit
5dc1651a44
+1
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user