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 a2921d93511..c385b12ac10 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 @@ -38518,6 +38518,24 @@ public class LLFirBlackBoxCodegenBasedTestGenerated extends AbstractLLFirBlackBo runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt"); } + @Test + @TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt") + public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt") + public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt") + public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt"); + } + @Test @TestMetadata("privatePropertyWithoutBackingField.kt") public void testPrivatePropertyWithoutBackingField() 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 f36f5e3c6a0..5d3b28120ce 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 @@ -38518,6 +38518,24 @@ public class LLFirReversedBlackBoxCodegenBasedTestGenerated extends AbstractLLFi runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt"); } + @Test + @TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt") + public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt") + public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt") + public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt"); + } + @Test @TestMetadata("privatePropertyWithoutBackingField.kt") public void testPrivatePropertyWithoutBackingField() 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 3860f2b5159..58ea93b4a3d 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 @@ -38057,6 +38057,24 @@ public class FirLightTreeBlackBoxCodegenTestGenerated extends AbstractFirLightTr runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt"); } + @Test + @TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt") + public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt") + public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt") + public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt"); + } + @Test @TestMetadata("privatePropertyWithoutBackingField.kt") public void testPrivatePropertyWithoutBackingField() 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 f69a00bd005..16d50cc4a7d 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 @@ -38057,6 +38057,24 @@ public class FirLightTreeBlackBoxCodegenWithIrFakeOverrideGeneratorTestGenerated runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt"); } + @Test + @TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt") + public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt") + public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt") + public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt"); + } + @Test @TestMetadata("privatePropertyWithoutBackingField.kt") public void testPrivatePropertyWithoutBackingField() 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 0d9fb764897..52967cc7a16 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 @@ -38057,6 +38057,24 @@ public class FirPsiBlackBoxCodegenTestGenerated extends AbstractFirPsiBlackBoxCo runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt"); } + @Test + @TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt") + public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt") + public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt") + public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt"); + } + @Test @TestMetadata("privatePropertyWithoutBackingField.kt") public void testPrivatePropertyWithoutBackingField() throws Exception { 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 2d5e837aadb..cf5e414f018 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 @@ -36125,6 +36125,24 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest { runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt"); } + @Test + @TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt") + public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt") + public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt") + public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt"); + } + @Test @TestMetadata("privatePropertyWithoutBackingField.kt") public void testPrivatePropertyWithoutBackingField() 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 df7b8f5f358..a7947400df6 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 @@ -38057,6 +38057,24 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt"); } + @Test + @TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt") + public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt") + public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt") + public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt"); + } + @Test @TestMetadata("privatePropertyWithoutBackingField.kt") public void testPrivatePropertyWithoutBackingField() 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 abdec194790..064f170806f 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 @@ -38057,6 +38057,24 @@ public class IrBlackBoxCodegenWithIrInlinerTestGenerated extends AbstractIrBlack runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt"); } + @Test + @TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt") + public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt") + public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt") + public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt"); + } + @Test @TestMetadata("privatePropertyWithoutBackingField.kt") public void testPrivatePropertyWithoutBackingField() 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 4e7cfddebb4..b666f638129 100644 --- a/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java +++ b/compiler/tests-gen/org/jetbrains/kotlin/codegen/LightAnalysisModeTestGenerated.java @@ -32528,6 +32528,21 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt"); } + @TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt") + public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt"); + } + + @TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt") + public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt"); + } + + @TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt") + public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt"); + } + @TestMetadata("privatePropertyWithoutBackingField.kt") public void testPrivatePropertyWithoutBackingField() throws Exception { runTest("compiler/testData/codegen/box/properties/privatePropertyWithoutBackingField.kt"); 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 0bf030f8758..357e44728f7 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 @@ -27065,6 +27065,24 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest { runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt"); } + @Test + @TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt") + public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt") + public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt") + public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt"); + } + @Test @TestMetadata("privatePropertyWithoutBackingField.kt") public void testPrivatePropertyWithoutBackingField() 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 e2187c8a620..60724d06910 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 @@ -27065,6 +27065,24 @@ public class FirJsES6CodegenBoxTestGenerated extends AbstractFirJsES6CodegenBoxT runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt"); } + @Test + @TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt") + public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt") + public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt") + public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt"); + } + @Test @TestMetadata("privatePropertyWithoutBackingField.kt") public void testPrivatePropertyWithoutBackingField() 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 1b02fa1e74e..6770c9809a9 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 @@ -27065,6 +27065,24 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest { runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt"); } + @Test + @TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt") + public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt") + public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt") + public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt"); + } + @Test @TestMetadata("privatePropertyWithoutBackingField.kt") public void testPrivatePropertyWithoutBackingField() 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 84e1c2d8477..a6fe2e5c34f 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 @@ -27065,6 +27065,24 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt"); } + @Test + @TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt") + public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt") + public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt") + public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt"); + } + @Test @TestMetadata("privatePropertyWithoutBackingField.kt") public void testPrivatePropertyWithoutBackingField() 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 45295e172ea..7e99441c6a1 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 @@ -30379,6 +30379,24 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt"); } + @Test + @TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt") + public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt") + public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt") + public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt"); + } + @Test @TestMetadata("privatePropertyWithoutBackingField.kt") public void testPrivatePropertyWithoutBackingField() 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 5e9d8c0a097..e41898795c2 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 @@ -31069,6 +31069,24 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt"); } + @Test + @TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt") + public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt") + public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt") + public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt"); + } + @Test @TestMetadata("privatePropertyWithoutBackingField.kt") public void testPrivatePropertyWithoutBackingField() 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 165151af102..2fddbcfe8e8 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 @@ -29689,6 +29689,24 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt"); } + @Test + @TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt") + public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt") + public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt") + public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt"); + } + @Test @TestMetadata("privatePropertyWithoutBackingField.kt") public void testPrivatePropertyWithoutBackingField() 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 8f0354931ff..b615537d341 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 @@ -30380,6 +30380,24 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt"); } + @Test + @TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt") + public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt") + public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt") + public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt"); + } + @Test @TestMetadata("privatePropertyWithoutBackingField.kt") public void testPrivatePropertyWithoutBackingField() 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 be53b3da431..b74c43347c4 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 @@ -26999,6 +26999,24 @@ public class FirWasmCodegenBoxTestGenerated extends AbstractFirWasmCodegenBoxTes runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt"); } + @Test + @TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt") + public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt") + public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt") + public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt"); + } + @Test @TestMetadata("privatePropertyWithoutBackingField.kt") public void testPrivatePropertyWithoutBackingField() 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 4c174d283a3..0c33b166bbb 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 @@ -26999,6 +26999,24 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest runTest("compiler/testData/codegen/box/properties/privatePropertyInConstructor.kt"); } + @Test + @TestMetadata("PrivatePropertyOfComplexGenericFunctionType.kt") + public void testPrivatePropertyOfComplexGenericFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfComplexGenericFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericContravariantFunctionType.kt") + public void testPrivatePropertyOfGenericContravariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericContravariantFunctionType.kt"); + } + + @Test + @TestMetadata("PrivatePropertyOfGenericCovariantFunctionType.kt") + public void testPrivatePropertyOfGenericCovariantFunctionType() throws Exception { + runTest("compiler/testData/codegen/box/properties/PrivatePropertyOfGenericCovariantFunctionType.kt"); + } + @Test @TestMetadata("privatePropertyWithoutBackingField.kt") public void testPrivatePropertyWithoutBackingField() throws Exception {