diff --git a/analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/diagnostic/compiler/based/LLFirBlackBoxCodegenBasedTestGenerated.java b/analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/diagnostic/compiler/based/LLFirBlackBoxCodegenBasedTestGenerated.java index 9aad3c8b66f..b81af516888 100644 --- a/analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/diagnostic/compiler/based/LLFirBlackBoxCodegenBasedTestGenerated.java +++ b/analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/diagnostic/compiler/based/LLFirBlackBoxCodegenBasedTestGenerated.java @@ -35223,6 +35223,12 @@ public class LLFirBlackBoxCodegenBasedTestGenerated extends AbstractLLFirBlackBo runTest("compiler/testData/codegen/box/multiplatform/k2/expectValInInlineClassJVM.kt"); } + @Test + @TestMetadata("extensionPropertiesOverloads.kt") + public void testExtensionPropertiesOverloads() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/extensionPropertiesOverloads.kt"); + } + @Test @TestMetadata("internalOverride.kt") public void testInternalOverride() throws Exception { diff --git a/analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/diagnostic/compiler/based/LLFirReversedBlackBoxCodegenBasedTestGenerated.java b/analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/diagnostic/compiler/based/LLFirReversedBlackBoxCodegenBasedTestGenerated.java index d6b4b364e61..2fd3a59eb52 100644 --- a/analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/diagnostic/compiler/based/LLFirReversedBlackBoxCodegenBasedTestGenerated.java +++ b/analysis/low-level-api-fir/tests/org/jetbrains/kotlin/analysis/low/level/api/fir/diagnostic/compiler/based/LLFirReversedBlackBoxCodegenBasedTestGenerated.java @@ -35223,6 +35223,12 @@ public class LLFirReversedBlackBoxCodegenBasedTestGenerated extends AbstractLLFi runTest("compiler/testData/codegen/box/multiplatform/k2/expectValInInlineClassJVM.kt"); } + @Test + @TestMetadata("extensionPropertiesOverloads.kt") + public void testExtensionPropertiesOverloads() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/extensionPropertiesOverloads.kt"); + } + @Test @TestMetadata("internalOverride.kt") public void testInternalOverride() throws Exception { diff --git a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxCodegenTestGenerated.java b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxCodegenTestGenerated.java index a8d381262d7..e8bb6a0a3e1 100644 --- a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxCodegenTestGenerated.java +++ b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxCodegenTestGenerated.java @@ -34804,6 +34804,12 @@ public class FirLightTreeBlackBoxCodegenTestGenerated extends AbstractFirLightTr runTest("compiler/testData/codegen/box/multiplatform/k2/expectValInInlineClassJVM.kt"); } + @Test + @TestMetadata("extensionPropertiesOverloads.kt") + public void testExtensionPropertiesOverloads() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/extensionPropertiesOverloads.kt"); + } + @Test @TestMetadata("internalOverride.kt") public void testInternalOverride() throws Exception { diff --git a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxCodegenWithIrFakeOverrideGeneratorTestGenerated.java b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxCodegenWithIrFakeOverrideGeneratorTestGenerated.java index ab35175f12b..08c536531e2 100644 --- a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxCodegenWithIrFakeOverrideGeneratorTestGenerated.java +++ b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirLightTreeBlackBoxCodegenWithIrFakeOverrideGeneratorTestGenerated.java @@ -34804,6 +34804,12 @@ public class FirLightTreeBlackBoxCodegenWithIrFakeOverrideGeneratorTestGenerated runTest("compiler/testData/codegen/box/multiplatform/k2/expectValInInlineClassJVM.kt"); } + @Test + @TestMetadata("extensionPropertiesOverloads.kt") + public void testExtensionPropertiesOverloads() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/extensionPropertiesOverloads.kt"); + } + @Test @TestMetadata("internalOverride.kt") public void testInternalOverride() throws Exception { diff --git a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiBlackBoxCodegenTestGenerated.java b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiBlackBoxCodegenTestGenerated.java index d6f299d0d91..da7c310a2de 100644 --- a/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiBlackBoxCodegenTestGenerated.java +++ b/compiler/fir/fir2ir/tests-gen/org/jetbrains/kotlin/test/runners/codegen/FirPsiBlackBoxCodegenTestGenerated.java @@ -34804,6 +34804,12 @@ public class FirPsiBlackBoxCodegenTestGenerated extends AbstractFirPsiBlackBoxCo runTest("compiler/testData/codegen/box/multiplatform/k2/expectValInInlineClassJVM.kt"); } + @Test + @TestMetadata("extensionPropertiesOverloads.kt") + public void testExtensionPropertiesOverloads() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/extensionPropertiesOverloads.kt"); + } + @Test @TestMetadata("internalOverride.kt") public void testInternalOverride() throws Exception { diff --git a/compiler/ir/ir.actualization/src/main/kotlin/org/jetbrains/kotlin/backend/common/actualizer/IrExpectActualMatchingContext.kt b/compiler/ir/ir.actualization/src/main/kotlin/org/jetbrains/kotlin/backend/common/actualizer/IrExpectActualMatchingContext.kt index 8a71172e993..bf4336ffeae 100644 --- a/compiler/ir/ir.actualization/src/main/kotlin/org/jetbrains/kotlin/backend/common/actualizer/IrExpectActualMatchingContext.kt +++ b/compiler/ir/ir.actualization/src/main/kotlin/org/jetbrains/kotlin/backend/common/actualizer/IrExpectActualMatchingContext.kt @@ -271,7 +271,11 @@ internal abstract class IrExpectActualMatchingContext( get() = (asIr().parent as? IrClass)?.defaultType override val CallableSymbolMarker.extensionReceiverType: IrType? - get() = safeAsIr()?.extensionReceiverParameter?.type + get() = when (this) { + is IrFunctionSymbol -> owner.extensionReceiverParameter?.type + is IrPropertySymbol -> owner.getter?.extensionReceiverParameter?.type + else -> null + } override val CallableSymbolMarker.extensionReceiverTypeRef: TypeRefMarker? get() = extensionReceiverType diff --git a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualOverloads.kt b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualOverloads.kt index 901352b7249..8d2759224db 100644 --- a/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualOverloads.kt +++ b/compiler/testData/codegen/box/multiplatform/k2/basic/expectActualOverloads.kt @@ -2,9 +2,6 @@ // IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE // !LANGUAGE: +MultiPlatformProjects -// Ignore until KT-62926 is fixed -// IGNORE_BACKEND_K2: ANY - // MODULE: common // TARGET_PLATFORM: Common // FILE: commonMain.kt @@ -48,4 +45,4 @@ actual var String.l: String actual typealias S = String -fun box() = test("O") + k() \ No newline at end of file +fun box() = test("O") + k() diff --git a/compiler/testData/codegen/box/multiplatform/k2/extensionPropertiesOverloads.kt b/compiler/testData/codegen/box/multiplatform/k2/extensionPropertiesOverloads.kt new file mode 100644 index 00000000000..a77209b206a --- /dev/null +++ b/compiler/testData/codegen/box/multiplatform/k2/extensionPropertiesOverloads.kt @@ -0,0 +1,22 @@ +// LANGUAGE: +MultiPlatformProjects +// IGNORE_BACKEND_K1: JVM, JVM_IR, JS, JS_IR, JS_IR_ES6, WASM +// IGNORE_NATIVE_K1: mode=ONE_STAGE_MULTI_MODULE +// ISSUE: KT-62926 + +// MODULE: common +// FILE: common.kt +fun commonBox(): String { + return "".k + 1.k +} + +expect val Int.k: String +expect val String.k: String + +// MODULE: platform()()(common) +// FILE: platform.kt +actual val Int.k: String get() = "K" +actual val String.k: String get() = "O" + +fun box(): String { + return commonBox() +} diff --git a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/BlackBoxCodegenTestGenerated.java b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/BlackBoxCodegenTestGenerated.java index 75d5329325e..81721557b9e 100644 --- a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/BlackBoxCodegenTestGenerated.java +++ b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/BlackBoxCodegenTestGenerated.java @@ -33034,6 +33034,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest { runTest("compiler/testData/codegen/box/multiplatform/k2/expectValInInlineClassJVM.kt"); } + @Test + @TestMetadata("extensionPropertiesOverloads.kt") + public void testExtensionPropertiesOverloads() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/extensionPropertiesOverloads.kt"); + } + @Test @TestMetadata("internalOverride.kt") public void testInternalOverride() throws Exception { diff --git a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxCodegenTestGenerated.java b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxCodegenTestGenerated.java index 316115ad5dc..9c25a524972 100644 --- a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxCodegenTestGenerated.java +++ b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxCodegenTestGenerated.java @@ -34804,6 +34804,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes runTest("compiler/testData/codegen/box/multiplatform/k2/expectValInInlineClassJVM.kt"); } + @Test + @TestMetadata("extensionPropertiesOverloads.kt") + public void testExtensionPropertiesOverloads() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/extensionPropertiesOverloads.kt"); + } + @Test @TestMetadata("internalOverride.kt") public void testInternalOverride() throws Exception { diff --git a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxCodegenWithIrInlinerTestGenerated.java b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxCodegenWithIrInlinerTestGenerated.java index 18e91723366..347a1f4f220 100644 --- a/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxCodegenWithIrInlinerTestGenerated.java +++ b/compiler/tests-common-new/tests-gen/org/jetbrains/kotlin/test/runners/codegen/IrBlackBoxCodegenWithIrInlinerTestGenerated.java @@ -34804,6 +34804,12 @@ public class IrBlackBoxCodegenWithIrInlinerTestGenerated extends AbstractIrBlack runTest("compiler/testData/codegen/box/multiplatform/k2/expectValInInlineClassJVM.kt"); } + @Test + @TestMetadata("extensionPropertiesOverloads.kt") + public void testExtensionPropertiesOverloads() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/extensionPropertiesOverloads.kt"); + } + @Test @TestMetadata("internalOverride.kt") public void testInternalOverride() throws Exception { diff --git a/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java b/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java index aca4c7a4e53..0df7ea14c44 100644 --- a/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java +++ b/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java @@ -29649,6 +29649,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes runTest("compiler/testData/codegen/box/multiplatform/k2/actualInnerClassesFirMemberMapping.kt"); } + @TestMetadata("extensionPropertiesOverloads.kt") + public void ignoreExtensionPropertiesOverloads() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/extensionPropertiesOverloads.kt"); + } + private void runTest(String testDataFilePath) throws Exception { KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM_IR, testDataFilePath); } diff --git a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/fir/FirJsCodegenBoxTestGenerated.java b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/fir/FirJsCodegenBoxTestGenerated.java index 63198e9fd09..a699572a7b7 100644 --- a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/fir/FirJsCodegenBoxTestGenerated.java +++ b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/fir/FirJsCodegenBoxTestGenerated.java @@ -24412,6 +24412,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest { runTest("compiler/testData/codegen/box/multiplatform/k2/expectValInInlineClass.kt"); } + @Test + @TestMetadata("extensionPropertiesOverloads.kt") + public void testExtensionPropertiesOverloads() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/extensionPropertiesOverloads.kt"); + } + @Test @TestMetadata("internalOverride.kt") public void testInternalOverride() throws Exception { diff --git a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/fir/FirJsES6CodegenBoxTestGenerated.java b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/fir/FirJsES6CodegenBoxTestGenerated.java index 91ea39f3fc2..eabbb9bfc66 100644 --- a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/fir/FirJsES6CodegenBoxTestGenerated.java +++ b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/fir/FirJsES6CodegenBoxTestGenerated.java @@ -24412,6 +24412,12 @@ public class FirJsES6CodegenBoxTestGenerated extends AbstractFirJsES6CodegenBoxT runTest("compiler/testData/codegen/box/multiplatform/k2/expectValInInlineClass.kt"); } + @Test + @TestMetadata("extensionPropertiesOverloads.kt") + public void testExtensionPropertiesOverloads() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/extensionPropertiesOverloads.kt"); + } + @Test @TestMetadata("internalOverride.kt") public void testInternalOverride() throws Exception { diff --git a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsCodegenBoxTestGenerated.java b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsCodegenBoxTestGenerated.java index 82c4d6f1204..bc185af875d 100644 --- a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsCodegenBoxTestGenerated.java +++ b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsCodegenBoxTestGenerated.java @@ -24412,6 +24412,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest { runTest("compiler/testData/codegen/box/multiplatform/k2/expectValInInlineClass.kt"); } + @Test + @TestMetadata("extensionPropertiesOverloads.kt") + public void testExtensionPropertiesOverloads() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/extensionPropertiesOverloads.kt"); + } + @Test @TestMetadata("internalOverride.kt") public void testInternalOverride() throws Exception { diff --git a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsES6CodegenBoxTestGenerated.java b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsES6CodegenBoxTestGenerated.java index 2f2b25a0039..8289c2983b0 100644 --- a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsES6CodegenBoxTestGenerated.java +++ b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsES6CodegenBoxTestGenerated.java @@ -24412,6 +24412,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes runTest("compiler/testData/codegen/box/multiplatform/k2/expectValInInlineClass.kt"); } + @Test + @TestMetadata("extensionPropertiesOverloads.kt") + public void testExtensionPropertiesOverloads() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/extensionPropertiesOverloads.kt"); + } + @Test @TestMetadata("internalOverride.kt") public void testInternalOverride() throws Exception { diff --git a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/FirNativeCodegenBoxTestGenerated.java b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/FirNativeCodegenBoxTestGenerated.java index 87dc59c27f1..09cd700b955 100644 --- a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/FirNativeCodegenBoxTestGenerated.java +++ b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/FirNativeCodegenBoxTestGenerated.java @@ -27666,6 +27666,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe runTest("compiler/testData/codegen/box/multiplatform/k2/expectValInInlineClass.kt"); } + @Test + @TestMetadata("extensionPropertiesOverloads.kt") + public void testExtensionPropertiesOverloads() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/extensionPropertiesOverloads.kt"); + } + @Test @TestMetadata("internalOverride.kt") public void testInternalOverride() throws Exception { diff --git a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/FirNativeCodegenBoxTestNoPLGenerated.java b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/FirNativeCodegenBoxTestNoPLGenerated.java index 2999f0c0fc5..b29a5cb39df 100644 --- a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/FirNativeCodegenBoxTestNoPLGenerated.java +++ b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/FirNativeCodegenBoxTestNoPLGenerated.java @@ -28296,6 +28296,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB runTest("compiler/testData/codegen/box/multiplatform/k2/expectValInInlineClass.kt"); } + @Test + @TestMetadata("extensionPropertiesOverloads.kt") + public void testExtensionPropertiesOverloads() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/extensionPropertiesOverloads.kt"); + } + @Test @TestMetadata("internalOverride.kt") public void testInternalOverride() throws Exception { diff --git a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/NativeCodegenBoxTestGenerated.java b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/NativeCodegenBoxTestGenerated.java index e64b4890903..3199c0640c8 100644 --- a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/NativeCodegenBoxTestGenerated.java +++ b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/NativeCodegenBoxTestGenerated.java @@ -27036,6 +27036,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest runTest("compiler/testData/codegen/box/multiplatform/k2/expectValInInlineClass.kt"); } + @Test + @TestMetadata("extensionPropertiesOverloads.kt") + public void testExtensionPropertiesOverloads() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/extensionPropertiesOverloads.kt"); + } + @Test @TestMetadata("internalOverride.kt") public void testInternalOverride() throws Exception { diff --git a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/NativeCodegenBoxTestNoPLGenerated.java b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/NativeCodegenBoxTestNoPLGenerated.java index b3f47dd7df9..8d9402b9f56 100644 --- a/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/NativeCodegenBoxTestNoPLGenerated.java +++ b/native/native.tests/tests-gen/org/jetbrains/kotlin/konan/test/blackbox/NativeCodegenBoxTestNoPLGenerated.java @@ -27667,6 +27667,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT runTest("compiler/testData/codegen/box/multiplatform/k2/expectValInInlineClass.kt"); } + @Test + @TestMetadata("extensionPropertiesOverloads.kt") + public void testExtensionPropertiesOverloads() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/extensionPropertiesOverloads.kt"); + } + @Test @TestMetadata("internalOverride.kt") public void testInternalOverride() throws Exception { diff --git a/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/FirWasmCodegenBoxTestGenerated.java b/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/FirWasmCodegenBoxTestGenerated.java index fc0e41fcf65..b6a3890c280 100644 --- a/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/FirWasmCodegenBoxTestGenerated.java +++ b/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/FirWasmCodegenBoxTestGenerated.java @@ -24382,6 +24382,12 @@ public class FirWasmCodegenBoxTestGenerated extends AbstractFirWasmCodegenBoxTes runTest("compiler/testData/codegen/box/multiplatform/k2/expectValInInlineClass.kt"); } + @Test + @TestMetadata("extensionPropertiesOverloads.kt") + public void testExtensionPropertiesOverloads() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/extensionPropertiesOverloads.kt"); + } + @Test @TestMetadata("internalOverride.kt") public void testInternalOverride() throws Exception { diff --git a/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/K1WasmCodegenBoxTestGenerated.java b/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/K1WasmCodegenBoxTestGenerated.java index 2ea117d0664..b174683c120 100644 --- a/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/K1WasmCodegenBoxTestGenerated.java +++ b/wasm/wasm.tests/tests-gen/org/jetbrains/kotlin/wasm/test/K1WasmCodegenBoxTestGenerated.java @@ -24382,6 +24382,12 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest runTest("compiler/testData/codegen/box/multiplatform/k2/expectValInInlineClass.kt"); } + @Test + @TestMetadata("extensionPropertiesOverloads.kt") + public void testExtensionPropertiesOverloads() throws Exception { + runTest("compiler/testData/codegen/box/multiplatform/k2/extensionPropertiesOverloads.kt"); + } + @Test @TestMetadata("internalOverride.kt") public void testInternalOverride() throws Exception {