JVM_IR: Generate more line numbers for intrinsic comparisons.
Otherwise, if complex expressions such as when expressions are used in combination with the intrinsics we get incorrect stepping behavior. ^KT-64341 Fixed
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ inline fun getB(): Int {
|
||||
// test.kt:15 box
|
||||
// test.kt:7 box
|
||||
// test.kt:12 getA
|
||||
// test.kt:7 box
|
||||
// test.kt:6 box
|
||||
// test.kt:9 box
|
||||
// test.kt:15 box
|
||||
// test.kt:9 box
|
||||
|
||||
Reference in New Issue
Block a user