[FIR LT] Unmute some stepping and local variable tests
Corresponding tests were fixed together with #KT-56982, #KT-56913, #KT-56926
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
// IGNORE_BACKEND_K2_LIGHT_TREE: JVM_IR
|
||||
// Reason: KT-56755
|
||||
// FILE: test.kt
|
||||
class F(val a: String)
|
||||
|
||||
@@ -8,13 +6,13 @@ fun box() {
|
||||
}
|
||||
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:7 box:
|
||||
// test.kt:4 <init>: a:java.lang.String="foo":java.lang.String
|
||||
// test.kt:7 box:
|
||||
// test.kt:8 box:
|
||||
// test.kt:5 box:
|
||||
// test.kt:2 <init>: a:java.lang.String="foo":java.lang.String
|
||||
// test.kt:5 box:
|
||||
// test.kt:6 box:
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:7 box:
|
||||
// test.kt:4 <init>: a="foo":kotlin.String
|
||||
// test.kt:4 <init>: a="foo":kotlin.String
|
||||
// test.kt:8 box:
|
||||
// test.kt:5 box:
|
||||
// test.kt:2 <init>: a="foo":kotlin.String
|
||||
// test.kt:2 <init>: a="foo":kotlin.String
|
||||
// test.kt:6 box:
|
||||
|
||||
Reference in New Issue
Block a user