Artem Kobzar
|
2e4d02e9f4
|
[PSI2IR, K/Wasm] Sync start and end offsets on PSI and FIR for primary constructors
|
2024-02-29 14:42:33 +00:00 |
|
Alexander Korepanov
|
4e62400f6f
|
Revert "[FIR2IR] Set proper offsets for generated data class members"
This reverts commit b33798d65a.
Reverted because of KT-58215
Co-authored-by: Aleksandr Korepanov <Alexander.Korepanov@jetbrains.com>
Merge-request: KT-MR-14328
Merged-by: Anton Bannykh <Anton.Bannykh@jetbrains.com>
|
2024-02-13 09:52:09 +00:00 |
|
Alexander Korepanov
|
b33798d65a
|
[FIR2IR] Set proper offsets for generated data class members
^KT-64435 Fixed
|
2024-01-08 12:38:37 +00:00 |
|
Artem Kobzar
|
327085e026
|
[K/Wasm] Unmute most of the stepping tests for Wasm in K1
|
2023-12-28 16:32:10 +00:00 |
|
Alexander Udalov
|
5e330acd28
|
Tests: remove stepping tests on old JVM backend
|
2023-12-18 21:42:35 +00:00 |
|
Artem Kobzar
|
05ed134fbb
|
[K/Wasm] Introduce stepping tests for Wasm
|
2023-08-15 17:03:11 +00:00 |
|
Alexander Udalov
|
987e8c25dc
|
K2: do not generate line numbers for delegated members
Psi2ir does not generate them, see
https://github.com/JetBrains/kotlin/blob/1.8.20/compiler/ir/ir.psi2ir/src/org/jetbrains/kotlin/psi2ir/generators/ClassGenerator.kt#L319.
Besides influencing debugger and coverage behavior, it also affects how
conflicting JVM signature diagnostics are reported because they
use offsets to determine which element to report the error on. So after
this change, K1 and K2 behavior is the same in that regard as well.
#KT-58215 Fixed
|
2023-05-10 10:32:07 +00:00 |
|