[PSI2IR, K/Wasm] Sync start and end offsets on PSI and FIR for primary constructors
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// IGNORE_BACKEND_K2: WASM
|
||||
|
||||
// FILE: test.kt
|
||||
|
||||
fun box() {
|
||||
@@ -45,13 +45,11 @@ fun test(b: B) {
|
||||
// test.kt:6 box
|
||||
|
||||
// EXPECTATIONS WASM
|
||||
// test.kt:1 $box
|
||||
// test.kt:5 $box (9, 11, 11, 9, 4)
|
||||
// test.kt:8 $A.<init>
|
||||
// test.kt:10 $B.<init>
|
||||
// test.kt:12 $B.<init>
|
||||
// test.kt:10 $B.<init> (8, 17)
|
||||
// test.kt:15 $test (4, 4)
|
||||
// Standard.kt:3 $test (77, 90)
|
||||
// Standard.kt:3 $test (51, 64)
|
||||
// Standard.kt:67 $test
|
||||
// Standard.kt:70 $test (20, 11, 20, 4)
|
||||
// test.kt:11 $B.invoke
|
||||
|
||||
Reference in New Issue
Block a user