[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
@@ -112,7 +112,7 @@ open class AbstractFirWasmJsTranslatorTest : AbstractFirWasmJsTest(
open class AbstractFirWasmJsSteppingTest : AbstractFirWasmJsTest(
"compiler/testData/debug/stepping/",
"debug/stepping/"
"debug/stepping/firBox"
) {
override val wasmBoxTestRunner: Constructor<AnalysisHandler<BinaryArtifacts.Wasm>>
get() = ::WasmDebugRunner
@@ -69,7 +69,7 @@ open class AbstractK1WasmJsTranslatorTest : AbstractK1WasmTest(
open class AbstractK1WasmSteppingTest : AbstractK1WasmTest(
"compiler/testData/debug/stepping/",
"debug/stepping/"
"debug/stepping/k1Box"
) {
override val wasmBoxTestRunner: Constructor<AnalysisHandler<BinaryArtifacts.Wasm>>