[PSI2IR, K/Wasm] Sync start and end offsets on PSI and FIR for primary constructors

This commit is contained in:
Artem Kobzar
2024-02-29 14:42:33 +00:00
committed by Space Team
parent 87e162e052
commit 2e4d02e9f4
126 changed files with 82 additions and 188 deletions
+2 -3
View File
@@ -55,11 +55,10 @@ fun box() {
// test.kt:20 box
// EXPECTATIONS WASM
// test.kt:1 $box
// test.kt:17 $box (8, 4)
// test.kt:7 $foo (13, 23, 13, 13)
// test.kt:11 $foo (7, 7, 7)
// test.kt:12 $foo (7, 7)
// test.kt:11 $foo (7, 7, 7, 12)
// test.kt:12 $foo (7, 12, 7)
// test.kt:14 $foo (1, 1, 1)
// test.kt:18 $box (8, 4)
// test.kt:8 $foo