[tests] Regenerate configurations for box-tests
This commit is contained in:
committed by
Space Team
parent
9956c0f83b
commit
ec995fc847
+18
@@ -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 {
|
||||
|
||||
+18
@@ -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 {
|
||||
|
||||
+18
@@ -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 {
|
||||
|
||||
+18
@@ -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 {
|
||||
|
||||
+18
@@ -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 {
|
||||
|
||||
+18
@@ -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 {
|
||||
|
||||
+18
@@ -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 {
|
||||
|
||||
+18
@@ -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 {
|
||||
|
||||
+15
@@ -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");
|
||||
|
||||
+18
@@ -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 {
|
||||
|
||||
Generated
+18
@@ -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 {
|
||||
|
||||
+18
@@ -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 {
|
||||
|
||||
+18
@@ -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 {
|
||||
|
||||
+18
@@ -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 {
|
||||
|
||||
+18
@@ -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 {
|
||||
|
||||
+18
@@ -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 {
|
||||
|
||||
+18
@@ -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 {
|
||||
|
||||
Generated
+18
@@ -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 {
|
||||
|
||||
Generated
+18
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user