[tests] Regenerate test configurations
This commit is contained in:
committed by
Space Team
parent
c0bf67af22
commit
da0c3090a9
+304
@@ -3706,6 +3706,310 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/builderInference"), Pattern.compile("^(.+)\\.(kt|kts)$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), true);
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/builderInference/issues")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class Issues {
|
||||
@Test
|
||||
public void testAllFilesPresentInIssues() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/builderInference/issues"), Pattern.compile("^(.+)\\.(kt|kts)$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43710.kt")
|
||||
public void testKt43710() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt43710.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989a.kt")
|
||||
public void testKt47989a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt47989a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989b.kt")
|
||||
public void testKt47989b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt47989b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160a.kt")
|
||||
public void testKt49160a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49160a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160b.kt")
|
||||
public void testKt49160b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49160b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160c.kt")
|
||||
public void testKt49160c() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49160c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160d.kt")
|
||||
public void testKt49160d() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49160d.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160e.kt")
|
||||
public void testKt49160e() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49160e.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49263.kt")
|
||||
public void testKt49263() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49263.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50453.kt")
|
||||
public void testKt50453() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt50453.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827.kt")
|
||||
public void testKt50827() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt50827.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52757.kt")
|
||||
public void testKt52757() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt52757.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838a.kt")
|
||||
public void testKt52838a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt52838a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838b.kt")
|
||||
public void testKt52838b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt52838b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838c.kt")
|
||||
public void testKt52838c() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt52838c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53109.kt")
|
||||
public void testKt53109() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53109.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422a.kt")
|
||||
public void testKt53422a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53422a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422b.kt")
|
||||
public void testKt53422b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53422b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53553.kt")
|
||||
public void testKt53553() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53553.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53639.kt")
|
||||
public void testKt53639() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53639.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740a.kt")
|
||||
public void testKt53740a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53740a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740b.kt")
|
||||
public void testKt53740b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53740b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400a.kt")
|
||||
public void testKt54400a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54400a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400b.kt")
|
||||
public void testKt54400b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54400b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400c.kt")
|
||||
public void testKt54400c() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54400c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54664.kt")
|
||||
public void testKt54664() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54664.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767a.kt")
|
||||
public void testKt54767a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54767a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767b.kt")
|
||||
public void testKt54767b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54767b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55056.kt")
|
||||
public void testKt55056() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt55056.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55057.kt")
|
||||
public void testKt55057() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt55057.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55281.kt")
|
||||
public void testKt55281() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt55281.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56949.kt")
|
||||
public void testKt56949() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt56949.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57707.kt")
|
||||
public void testKt57707() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt57707.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57709.kt")
|
||||
public void testKt57709() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt57709.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57834.kt")
|
||||
public void testKt57834() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt57834.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59426.kt")
|
||||
public void testKt59426() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt59426.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59798.kt")
|
||||
public void testKt59798() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt59798.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291a.kt")
|
||||
public void testKt60291a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt60291a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291b.kt")
|
||||
public void testKt60291b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt60291b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291c.kt")
|
||||
public void testKt60291c() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt60291c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447a.kt")
|
||||
public void testKt60447a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt60447a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447b.kt")
|
||||
public void testKt60447b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt60447b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61310.kt")
|
||||
public void testKt61310() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt61310.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63648.kt")
|
||||
public void testKt63648() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63648.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63733.kt")
|
||||
public void testKt63733() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63733.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840a.kt")
|
||||
public void testKt63840a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63840a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840b.kt")
|
||||
public void testKt63840b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63840b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840c.kt")
|
||||
public void testKt63840c() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63840c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63841.kt")
|
||||
public void testKt63841() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63841.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/builderInference/oneParameter")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+6
@@ -3510,6 +3510,12 @@ public class DiagnosticCompilerTestFirTestdataTestGenerated extends AbstractDiag
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/analysis-tests/testData/resolve/inference/builderInference"), Pattern.compile("^([^.]+)\\.kt$"), null, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("doubleSquareBracketsInBuilderArgument.kt")
|
||||
public void testDoubleSquareBracketsInBuilderArgument() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/inference/builderInference/doubleSquareBracketsInBuilderArgument.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ifInBuildMap.kt")
|
||||
public void testIfInBuildMap() throws Exception {
|
||||
|
||||
+304
@@ -2772,6 +2772,310 @@ public class LLFirBlackBoxCodegenBasedTestGenerated extends AbstractLLFirBlackBo
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference"), Pattern.compile("^(.+)\\.kt$"), null, true);
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/issues")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class Issues {
|
||||
@Test
|
||||
public void testAllFilesPresentInIssues() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference/issues"), Pattern.compile("^(.+)\\.kt$"), null, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43710.kt")
|
||||
public void testKt43710() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt43710.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989a.kt")
|
||||
public void testKt47989a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989b.kt")
|
||||
public void testKt47989b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160a.kt")
|
||||
public void testKt49160a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160b.kt")
|
||||
public void testKt49160b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160c.kt")
|
||||
public void testKt49160c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160d.kt")
|
||||
public void testKt49160d() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160d.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160e.kt")
|
||||
public void testKt49160e() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160e.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49263.kt")
|
||||
public void testKt49263() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49263.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50453.kt")
|
||||
public void testKt50453() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50453.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827a.kt")
|
||||
public void testKt50827a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827b.kt")
|
||||
public void testKt50827b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52757.kt")
|
||||
public void testKt52757() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52757.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838a.kt")
|
||||
public void testKt52838a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838b.kt")
|
||||
public void testKt52838b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838c.kt")
|
||||
public void testKt52838c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53109.kt")
|
||||
public void testKt53109() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53109.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422a.kt")
|
||||
public void testKt53422a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422b.kt")
|
||||
public void testKt53422b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53553.kt")
|
||||
public void testKt53553() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53553.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53639.kt")
|
||||
public void testKt53639() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53639.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740a.kt")
|
||||
public void testKt53740a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740b.kt")
|
||||
public void testKt53740b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400a.kt")
|
||||
public void testKt54400a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400b.kt")
|
||||
public void testKt54400b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400c.kt")
|
||||
public void testKt54400c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54664.kt")
|
||||
public void testKt54664() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54664.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767a.kt")
|
||||
public void testKt54767a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767b.kt")
|
||||
public void testKt54767b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55056.kt")
|
||||
public void testKt55056() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55056.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55252.kt")
|
||||
public void testKt55252() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55252.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55281.kt")
|
||||
public void testKt55281() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55281.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56949.kt")
|
||||
public void testKt56949() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt56949.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57707.kt")
|
||||
public void testKt57707() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57707.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57709.kt")
|
||||
public void testKt57709() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57709.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57834.kt")
|
||||
public void testKt57834() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57834.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59426.kt")
|
||||
public void testKt59426() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59426.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59798.kt")
|
||||
public void testKt59798() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59798.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291a.kt")
|
||||
public void testKt60291a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291b.kt")
|
||||
public void testKt60291b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291c.kt")
|
||||
public void testKt60291c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447a.kt")
|
||||
public void testKt60447a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447b.kt")
|
||||
public void testKt60447b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61310.kt")
|
||||
public void testKt61310() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt61310.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63648.kt")
|
||||
public void testKt63648() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63648.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63733.kt")
|
||||
public void testKt63733() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63733.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840a.kt")
|
||||
public void testKt63840a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840b.kt")
|
||||
public void testKt63840b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840c.kt")
|
||||
public void testKt63840c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840c.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/oneParameter")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+304
@@ -3706,6 +3706,310 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/builderInference"), Pattern.compile("^(.+)\\.(kt|kts)$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), true);
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/builderInference/issues")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class Issues {
|
||||
@Test
|
||||
public void testAllFilesPresentInIssues() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/builderInference/issues"), Pattern.compile("^(.+)\\.(kt|kts)$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43710.kt")
|
||||
public void testKt43710() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt43710.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989a.kt")
|
||||
public void testKt47989a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt47989a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989b.kt")
|
||||
public void testKt47989b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt47989b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160a.kt")
|
||||
public void testKt49160a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49160a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160b.kt")
|
||||
public void testKt49160b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49160b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160c.kt")
|
||||
public void testKt49160c() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49160c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160d.kt")
|
||||
public void testKt49160d() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49160d.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160e.kt")
|
||||
public void testKt49160e() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49160e.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49263.kt")
|
||||
public void testKt49263() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49263.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50453.kt")
|
||||
public void testKt50453() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt50453.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827.kt")
|
||||
public void testKt50827() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt50827.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52757.kt")
|
||||
public void testKt52757() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt52757.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838a.kt")
|
||||
public void testKt52838a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt52838a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838b.kt")
|
||||
public void testKt52838b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt52838b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838c.kt")
|
||||
public void testKt52838c() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt52838c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53109.kt")
|
||||
public void testKt53109() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53109.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422a.kt")
|
||||
public void testKt53422a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53422a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422b.kt")
|
||||
public void testKt53422b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53422b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53553.kt")
|
||||
public void testKt53553() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53553.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53639.kt")
|
||||
public void testKt53639() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53639.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740a.kt")
|
||||
public void testKt53740a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53740a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740b.kt")
|
||||
public void testKt53740b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53740b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400a.kt")
|
||||
public void testKt54400a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54400a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400b.kt")
|
||||
public void testKt54400b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54400b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400c.kt")
|
||||
public void testKt54400c() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54400c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54664.kt")
|
||||
public void testKt54664() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54664.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767a.kt")
|
||||
public void testKt54767a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54767a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767b.kt")
|
||||
public void testKt54767b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54767b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55056.kt")
|
||||
public void testKt55056() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt55056.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55057.kt")
|
||||
public void testKt55057() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt55057.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55281.kt")
|
||||
public void testKt55281() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt55281.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56949.kt")
|
||||
public void testKt56949() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt56949.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57707.kt")
|
||||
public void testKt57707() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt57707.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57709.kt")
|
||||
public void testKt57709() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt57709.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57834.kt")
|
||||
public void testKt57834() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt57834.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59426.kt")
|
||||
public void testKt59426() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt59426.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59798.kt")
|
||||
public void testKt59798() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt59798.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291a.kt")
|
||||
public void testKt60291a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt60291a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291b.kt")
|
||||
public void testKt60291b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt60291b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291c.kt")
|
||||
public void testKt60291c() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt60291c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447a.kt")
|
||||
public void testKt60447a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt60447a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447b.kt")
|
||||
public void testKt60447b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt60447b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61310.kt")
|
||||
public void testKt61310() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt61310.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63648.kt")
|
||||
public void testKt63648() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63648.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63733.kt")
|
||||
public void testKt63733() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63733.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840a.kt")
|
||||
public void testKt63840a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63840a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840b.kt")
|
||||
public void testKt63840b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63840b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840c.kt")
|
||||
public void testKt63840c() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63840c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63841.kt")
|
||||
public void testKt63841() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63841.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/builderInference/oneParameter")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+6
@@ -3510,6 +3510,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFirTestDataTestGenerated
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/analysis-tests/testData/resolve/inference/builderInference"), Pattern.compile("^([^.]+)\\.kt$"), null, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("doubleSquareBracketsInBuilderArgument.kt")
|
||||
public void testDoubleSquareBracketsInBuilderArgument() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/inference/builderInference/doubleSquareBracketsInBuilderArgument.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ifInBuildMap.kt")
|
||||
public void testIfInBuildMap() throws Exception {
|
||||
|
||||
+304
@@ -2772,6 +2772,310 @@ public class LLFirReversedBlackBoxCodegenBasedTestGenerated extends AbstractLLFi
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference"), Pattern.compile("^(.+)\\.kt$"), null, true);
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/issues")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class Issues {
|
||||
@Test
|
||||
public void testAllFilesPresentInIssues() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference/issues"), Pattern.compile("^(.+)\\.kt$"), null, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43710.kt")
|
||||
public void testKt43710() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt43710.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989a.kt")
|
||||
public void testKt47989a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989b.kt")
|
||||
public void testKt47989b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160a.kt")
|
||||
public void testKt49160a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160b.kt")
|
||||
public void testKt49160b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160c.kt")
|
||||
public void testKt49160c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160d.kt")
|
||||
public void testKt49160d() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160d.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160e.kt")
|
||||
public void testKt49160e() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160e.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49263.kt")
|
||||
public void testKt49263() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49263.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50453.kt")
|
||||
public void testKt50453() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50453.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827a.kt")
|
||||
public void testKt50827a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827b.kt")
|
||||
public void testKt50827b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52757.kt")
|
||||
public void testKt52757() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52757.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838a.kt")
|
||||
public void testKt52838a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838b.kt")
|
||||
public void testKt52838b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838c.kt")
|
||||
public void testKt52838c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53109.kt")
|
||||
public void testKt53109() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53109.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422a.kt")
|
||||
public void testKt53422a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422b.kt")
|
||||
public void testKt53422b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53553.kt")
|
||||
public void testKt53553() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53553.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53639.kt")
|
||||
public void testKt53639() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53639.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740a.kt")
|
||||
public void testKt53740a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740b.kt")
|
||||
public void testKt53740b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400a.kt")
|
||||
public void testKt54400a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400b.kt")
|
||||
public void testKt54400b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400c.kt")
|
||||
public void testKt54400c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54664.kt")
|
||||
public void testKt54664() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54664.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767a.kt")
|
||||
public void testKt54767a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767b.kt")
|
||||
public void testKt54767b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55056.kt")
|
||||
public void testKt55056() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55056.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55252.kt")
|
||||
public void testKt55252() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55252.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55281.kt")
|
||||
public void testKt55281() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55281.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56949.kt")
|
||||
public void testKt56949() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt56949.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57707.kt")
|
||||
public void testKt57707() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57707.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57709.kt")
|
||||
public void testKt57709() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57709.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57834.kt")
|
||||
public void testKt57834() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57834.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59426.kt")
|
||||
public void testKt59426() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59426.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59798.kt")
|
||||
public void testKt59798() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59798.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291a.kt")
|
||||
public void testKt60291a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291b.kt")
|
||||
public void testKt60291b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291c.kt")
|
||||
public void testKt60291c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447a.kt")
|
||||
public void testKt60447a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447b.kt")
|
||||
public void testKt60447b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61310.kt")
|
||||
public void testKt61310() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt61310.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63648.kt")
|
||||
public void testKt63648() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63648.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63733.kt")
|
||||
public void testKt63733() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63733.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840a.kt")
|
||||
public void testKt63840a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840b.kt")
|
||||
public void testKt63840b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840c.kt")
|
||||
public void testKt63840c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840c.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/oneParameter")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+6
@@ -3510,6 +3510,12 @@ public class FirLightTreeDiagnosticsTestGenerated extends AbstractFirLightTreeDi
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/analysis-tests/testData/resolve/inference/builderInference"), Pattern.compile("^([^.]+)\\.kt$"), null, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("doubleSquareBracketsInBuilderArgument.kt")
|
||||
public void testDoubleSquareBracketsInBuilderArgument() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/inference/builderInference/doubleSquareBracketsInBuilderArgument.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ifInBuildMap.kt")
|
||||
public void testIfInBuildMap() throws Exception {
|
||||
|
||||
+304
@@ -3700,6 +3700,310 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/builderInference"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), true, "multiplatform");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/builderInference/issues")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class Issues {
|
||||
@Test
|
||||
public void testAllFilesPresentInIssues() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/builderInference/issues"), Pattern.compile("^(.+)\\.kt$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), true, "multiplatform");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43710.kt")
|
||||
public void testKt43710() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt43710.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989a.kt")
|
||||
public void testKt47989a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt47989a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989b.kt")
|
||||
public void testKt47989b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt47989b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160a.kt")
|
||||
public void testKt49160a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49160a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160b.kt")
|
||||
public void testKt49160b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49160b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160c.kt")
|
||||
public void testKt49160c() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49160c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160d.kt")
|
||||
public void testKt49160d() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49160d.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160e.kt")
|
||||
public void testKt49160e() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49160e.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49263.kt")
|
||||
public void testKt49263() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49263.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50453.kt")
|
||||
public void testKt50453() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt50453.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827.kt")
|
||||
public void testKt50827() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt50827.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52757.kt")
|
||||
public void testKt52757() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt52757.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838a.kt")
|
||||
public void testKt52838a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt52838a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838b.kt")
|
||||
public void testKt52838b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt52838b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838c.kt")
|
||||
public void testKt52838c() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt52838c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53109.kt")
|
||||
public void testKt53109() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53109.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422a.kt")
|
||||
public void testKt53422a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53422a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422b.kt")
|
||||
public void testKt53422b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53422b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53553.kt")
|
||||
public void testKt53553() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53553.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53639.kt")
|
||||
public void testKt53639() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53639.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740a.kt")
|
||||
public void testKt53740a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53740a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740b.kt")
|
||||
public void testKt53740b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53740b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400a.kt")
|
||||
public void testKt54400a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54400a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400b.kt")
|
||||
public void testKt54400b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54400b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400c.kt")
|
||||
public void testKt54400c() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54400c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54664.kt")
|
||||
public void testKt54664() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54664.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767a.kt")
|
||||
public void testKt54767a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54767a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767b.kt")
|
||||
public void testKt54767b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54767b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55056.kt")
|
||||
public void testKt55056() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt55056.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55057.kt")
|
||||
public void testKt55057() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt55057.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55281.kt")
|
||||
public void testKt55281() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt55281.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56949.kt")
|
||||
public void testKt56949() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt56949.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57707.kt")
|
||||
public void testKt57707() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt57707.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57709.kt")
|
||||
public void testKt57709() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt57709.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57834.kt")
|
||||
public void testKt57834() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt57834.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59426.kt")
|
||||
public void testKt59426() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt59426.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59798.kt")
|
||||
public void testKt59798() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt59798.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291a.kt")
|
||||
public void testKt60291a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt60291a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291b.kt")
|
||||
public void testKt60291b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt60291b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291c.kt")
|
||||
public void testKt60291c() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt60291c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447a.kt")
|
||||
public void testKt60447a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt60447a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447b.kt")
|
||||
public void testKt60447b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt60447b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61310.kt")
|
||||
public void testKt61310() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt61310.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63648.kt")
|
||||
public void testKt63648() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63648.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63733.kt")
|
||||
public void testKt63733() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63733.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840a.kt")
|
||||
public void testKt63840a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63840a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840b.kt")
|
||||
public void testKt63840b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63840b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840c.kt")
|
||||
public void testKt63840c() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63840c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63841.kt")
|
||||
public void testKt63841() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63841.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/builderInference/oneParameter")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+6
@@ -3510,6 +3510,12 @@ public class FirPsiDiagnosticTestGenerated extends AbstractFirPsiDiagnosticTest
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/fir/analysis-tests/testData/resolve/inference/builderInference"), Pattern.compile("^([^.]+)\\.kt$"), null, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("doubleSquareBracketsInBuilderArgument.kt")
|
||||
public void testDoubleSquareBracketsInBuilderArgument() throws Exception {
|
||||
runTest("compiler/fir/analysis-tests/testData/resolve/inference/builderInference/doubleSquareBracketsInBuilderArgument.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ifInBuildMap.kt")
|
||||
public void testIfInBuildMap() throws Exception {
|
||||
|
||||
+304
@@ -3706,6 +3706,310 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/builderInference"), Pattern.compile("^(.*)\\.kts?$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), true, "multiplatform");
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/builderInference/issues")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class Issues {
|
||||
@Test
|
||||
public void testAllFilesPresentInIssues() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/builderInference/issues"), Pattern.compile("^(.*)\\.kts?$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), true, "multiplatform");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43710.kt")
|
||||
public void testKt43710() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt43710.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989a.kt")
|
||||
public void testKt47989a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt47989a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989b.kt")
|
||||
public void testKt47989b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt47989b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160a.kt")
|
||||
public void testKt49160a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49160a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160b.kt")
|
||||
public void testKt49160b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49160b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160c.kt")
|
||||
public void testKt49160c() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49160c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160d.kt")
|
||||
public void testKt49160d() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49160d.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160e.kt")
|
||||
public void testKt49160e() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49160e.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49263.kt")
|
||||
public void testKt49263() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49263.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50453.kt")
|
||||
public void testKt50453() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt50453.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827.kt")
|
||||
public void testKt50827() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt50827.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52757.kt")
|
||||
public void testKt52757() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt52757.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838a.kt")
|
||||
public void testKt52838a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt52838a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838b.kt")
|
||||
public void testKt52838b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt52838b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838c.kt")
|
||||
public void testKt52838c() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt52838c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53109.kt")
|
||||
public void testKt53109() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53109.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422a.kt")
|
||||
public void testKt53422a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53422a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422b.kt")
|
||||
public void testKt53422b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53422b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53553.kt")
|
||||
public void testKt53553() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53553.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53639.kt")
|
||||
public void testKt53639() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53639.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740a.kt")
|
||||
public void testKt53740a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53740a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740b.kt")
|
||||
public void testKt53740b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53740b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400a.kt")
|
||||
public void testKt54400a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54400a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400b.kt")
|
||||
public void testKt54400b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54400b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400c.kt")
|
||||
public void testKt54400c() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54400c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54664.kt")
|
||||
public void testKt54664() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54664.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767a.kt")
|
||||
public void testKt54767a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54767a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767b.kt")
|
||||
public void testKt54767b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54767b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55056.kt")
|
||||
public void testKt55056() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt55056.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55057.kt")
|
||||
public void testKt55057() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt55057.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55281.kt")
|
||||
public void testKt55281() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt55281.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56949.kt")
|
||||
public void testKt56949() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt56949.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57707.kt")
|
||||
public void testKt57707() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt57707.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57709.kt")
|
||||
public void testKt57709() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt57709.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57834.kt")
|
||||
public void testKt57834() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt57834.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59426.kt")
|
||||
public void testKt59426() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt59426.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59798.kt")
|
||||
public void testKt59798() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt59798.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291a.kt")
|
||||
public void testKt60291a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt60291a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291b.kt")
|
||||
public void testKt60291b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt60291b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291c.kt")
|
||||
public void testKt60291c() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt60291c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447a.kt")
|
||||
public void testKt60447a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt60447a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447b.kt")
|
||||
public void testKt60447b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt60447b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61310.kt")
|
||||
public void testKt61310() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt61310.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63648.kt")
|
||||
public void testKt63648() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63648.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63733.kt")
|
||||
public void testKt63733() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63733.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840a.kt")
|
||||
public void testKt63840a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63840a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840b.kt")
|
||||
public void testKt63840b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63840b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840c.kt")
|
||||
public void testKt63840c() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63840c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63841.kt")
|
||||
public void testKt63841() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63841.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/builderInference/oneParameter")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+304
@@ -2755,6 +2755,310 @@ public class FirLightTreeBlackBoxCodegenTestGenerated extends AbstractFirLightTr
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/issues")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class Issues {
|
||||
@Test
|
||||
public void testAllFilesPresentInIssues() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference/issues"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43710.kt")
|
||||
public void testKt43710() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt43710.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989a.kt")
|
||||
public void testKt47989a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989b.kt")
|
||||
public void testKt47989b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160a.kt")
|
||||
public void testKt49160a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160b.kt")
|
||||
public void testKt49160b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160c.kt")
|
||||
public void testKt49160c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160d.kt")
|
||||
public void testKt49160d() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160d.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160e.kt")
|
||||
public void testKt49160e() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160e.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49263.kt")
|
||||
public void testKt49263() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49263.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50453.kt")
|
||||
public void testKt50453() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50453.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827a.kt")
|
||||
public void testKt50827a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827b.kt")
|
||||
public void testKt50827b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52757.kt")
|
||||
public void testKt52757() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52757.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838a.kt")
|
||||
public void testKt52838a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838b.kt")
|
||||
public void testKt52838b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838c.kt")
|
||||
public void testKt52838c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53109.kt")
|
||||
public void testKt53109() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53109.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422a.kt")
|
||||
public void testKt53422a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422b.kt")
|
||||
public void testKt53422b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53553.kt")
|
||||
public void testKt53553() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53553.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53639.kt")
|
||||
public void testKt53639() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53639.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740a.kt")
|
||||
public void testKt53740a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740b.kt")
|
||||
public void testKt53740b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400a.kt")
|
||||
public void testKt54400a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400b.kt")
|
||||
public void testKt54400b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400c.kt")
|
||||
public void testKt54400c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54664.kt")
|
||||
public void testKt54664() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54664.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767a.kt")
|
||||
public void testKt54767a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767b.kt")
|
||||
public void testKt54767b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55056.kt")
|
||||
public void testKt55056() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55056.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55252.kt")
|
||||
public void testKt55252() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55252.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55281.kt")
|
||||
public void testKt55281() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55281.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56949.kt")
|
||||
public void testKt56949() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt56949.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57707.kt")
|
||||
public void testKt57707() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57707.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57709.kt")
|
||||
public void testKt57709() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57709.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57834.kt")
|
||||
public void testKt57834() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57834.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59426.kt")
|
||||
public void testKt59426() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59426.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59798.kt")
|
||||
public void testKt59798() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59798.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291a.kt")
|
||||
public void testKt60291a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291b.kt")
|
||||
public void testKt60291b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291c.kt")
|
||||
public void testKt60291c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447a.kt")
|
||||
public void testKt60447a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447b.kt")
|
||||
public void testKt60447b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61310.kt")
|
||||
public void testKt61310() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt61310.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63648.kt")
|
||||
public void testKt63648() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63648.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63733.kt")
|
||||
public void testKt63733() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63733.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840a.kt")
|
||||
public void testKt63840a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840b.kt")
|
||||
public void testKt63840b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840c.kt")
|
||||
public void testKt63840c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840c.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/oneParameter")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+304
@@ -2755,6 +2755,310 @@ public class FirLightTreeBlackBoxCodegenWithIrFakeOverrideGeneratorTestGenerated
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/issues")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class Issues {
|
||||
@Test
|
||||
public void testAllFilesPresentInIssues() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference/issues"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43710.kt")
|
||||
public void testKt43710() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt43710.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989a.kt")
|
||||
public void testKt47989a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989b.kt")
|
||||
public void testKt47989b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160a.kt")
|
||||
public void testKt49160a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160b.kt")
|
||||
public void testKt49160b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160c.kt")
|
||||
public void testKt49160c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160d.kt")
|
||||
public void testKt49160d() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160d.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160e.kt")
|
||||
public void testKt49160e() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160e.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49263.kt")
|
||||
public void testKt49263() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49263.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50453.kt")
|
||||
public void testKt50453() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50453.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827a.kt")
|
||||
public void testKt50827a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827b.kt")
|
||||
public void testKt50827b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52757.kt")
|
||||
public void testKt52757() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52757.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838a.kt")
|
||||
public void testKt52838a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838b.kt")
|
||||
public void testKt52838b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838c.kt")
|
||||
public void testKt52838c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53109.kt")
|
||||
public void testKt53109() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53109.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422a.kt")
|
||||
public void testKt53422a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422b.kt")
|
||||
public void testKt53422b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53553.kt")
|
||||
public void testKt53553() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53553.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53639.kt")
|
||||
public void testKt53639() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53639.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740a.kt")
|
||||
public void testKt53740a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740b.kt")
|
||||
public void testKt53740b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400a.kt")
|
||||
public void testKt54400a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400b.kt")
|
||||
public void testKt54400b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400c.kt")
|
||||
public void testKt54400c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54664.kt")
|
||||
public void testKt54664() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54664.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767a.kt")
|
||||
public void testKt54767a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767b.kt")
|
||||
public void testKt54767b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55056.kt")
|
||||
public void testKt55056() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55056.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55252.kt")
|
||||
public void testKt55252() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55252.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55281.kt")
|
||||
public void testKt55281() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55281.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56949.kt")
|
||||
public void testKt56949() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt56949.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57707.kt")
|
||||
public void testKt57707() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57707.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57709.kt")
|
||||
public void testKt57709() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57709.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57834.kt")
|
||||
public void testKt57834() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57834.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59426.kt")
|
||||
public void testKt59426() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59426.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59798.kt")
|
||||
public void testKt59798() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59798.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291a.kt")
|
||||
public void testKt60291a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291b.kt")
|
||||
public void testKt60291b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291c.kt")
|
||||
public void testKt60291c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447a.kt")
|
||||
public void testKt60447a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447b.kt")
|
||||
public void testKt60447b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61310.kt")
|
||||
public void testKt61310() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt61310.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63648.kt")
|
||||
public void testKt63648() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63648.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63733.kt")
|
||||
public void testKt63733() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63733.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840a.kt")
|
||||
public void testKt63840a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840b.kt")
|
||||
public void testKt63840b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840c.kt")
|
||||
public void testKt63840c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840c.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/oneParameter")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+304
@@ -2755,6 +2755,310 @@ public class FirPsiBlackBoxCodegenTestGenerated extends AbstractFirPsiBlackBoxCo
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/issues")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class Issues {
|
||||
@Test
|
||||
public void testAllFilesPresentInIssues() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference/issues"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43710.kt")
|
||||
public void testKt43710() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt43710.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989a.kt")
|
||||
public void testKt47989a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989b.kt")
|
||||
public void testKt47989b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160a.kt")
|
||||
public void testKt49160a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160b.kt")
|
||||
public void testKt49160b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160c.kt")
|
||||
public void testKt49160c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160d.kt")
|
||||
public void testKt49160d() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160d.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160e.kt")
|
||||
public void testKt49160e() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160e.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49263.kt")
|
||||
public void testKt49263() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49263.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50453.kt")
|
||||
public void testKt50453() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50453.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827a.kt")
|
||||
public void testKt50827a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827b.kt")
|
||||
public void testKt50827b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52757.kt")
|
||||
public void testKt52757() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52757.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838a.kt")
|
||||
public void testKt52838a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838b.kt")
|
||||
public void testKt52838b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838c.kt")
|
||||
public void testKt52838c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53109.kt")
|
||||
public void testKt53109() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53109.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422a.kt")
|
||||
public void testKt53422a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422b.kt")
|
||||
public void testKt53422b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53553.kt")
|
||||
public void testKt53553() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53553.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53639.kt")
|
||||
public void testKt53639() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53639.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740a.kt")
|
||||
public void testKt53740a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740b.kt")
|
||||
public void testKt53740b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400a.kt")
|
||||
public void testKt54400a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400b.kt")
|
||||
public void testKt54400b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400c.kt")
|
||||
public void testKt54400c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54664.kt")
|
||||
public void testKt54664() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54664.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767a.kt")
|
||||
public void testKt54767a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767b.kt")
|
||||
public void testKt54767b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55056.kt")
|
||||
public void testKt55056() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55056.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55252.kt")
|
||||
public void testKt55252() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55252.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55281.kt")
|
||||
public void testKt55281() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55281.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56949.kt")
|
||||
public void testKt56949() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt56949.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57707.kt")
|
||||
public void testKt57707() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57707.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57709.kt")
|
||||
public void testKt57709() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57709.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57834.kt")
|
||||
public void testKt57834() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57834.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59426.kt")
|
||||
public void testKt59426() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59426.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59798.kt")
|
||||
public void testKt59798() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59798.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291a.kt")
|
||||
public void testKt60291a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291b.kt")
|
||||
public void testKt60291b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291c.kt")
|
||||
public void testKt60291c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447a.kt")
|
||||
public void testKt60447a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447b.kt")
|
||||
public void testKt60447b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61310.kt")
|
||||
public void testKt61310() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt61310.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63648.kt")
|
||||
public void testKt63648() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63648.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63733.kt")
|
||||
public void testKt63733() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63733.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840a.kt")
|
||||
public void testKt63840a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840b.kt")
|
||||
public void testKt63840b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840c.kt")
|
||||
public void testKt63840c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840c.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/oneParameter")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
Generated
+304
@@ -3706,6 +3706,310 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/builderInference"), Pattern.compile("^(.*)\\.kts?$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), true);
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/builderInference/issues")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class Issues {
|
||||
@Test
|
||||
public void testAllFilesPresentInIssues() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/diagnostics/tests/builderInference/issues"), Pattern.compile("^(.*)\\.kts?$"), Pattern.compile("^(.+)\\.(reversed|fir|ll)\\.kts?$"), true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43710.kt")
|
||||
public void testKt43710() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt43710.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989a.kt")
|
||||
public void testKt47989a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt47989a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989b.kt")
|
||||
public void testKt47989b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt47989b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160a.kt")
|
||||
public void testKt49160a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49160a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160b.kt")
|
||||
public void testKt49160b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49160b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160c.kt")
|
||||
public void testKt49160c() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49160c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160d.kt")
|
||||
public void testKt49160d() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49160d.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160e.kt")
|
||||
public void testKt49160e() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49160e.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49263.kt")
|
||||
public void testKt49263() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt49263.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50453.kt")
|
||||
public void testKt50453() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt50453.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827.kt")
|
||||
public void testKt50827() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt50827.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52757.kt")
|
||||
public void testKt52757() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt52757.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838a.kt")
|
||||
public void testKt52838a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt52838a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838b.kt")
|
||||
public void testKt52838b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt52838b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838c.kt")
|
||||
public void testKt52838c() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt52838c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53109.kt")
|
||||
public void testKt53109() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53109.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422a.kt")
|
||||
public void testKt53422a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53422a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422b.kt")
|
||||
public void testKt53422b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53422b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53553.kt")
|
||||
public void testKt53553() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53553.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53639.kt")
|
||||
public void testKt53639() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53639.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740a.kt")
|
||||
public void testKt53740a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53740a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740b.kt")
|
||||
public void testKt53740b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt53740b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400a.kt")
|
||||
public void testKt54400a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54400a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400b.kt")
|
||||
public void testKt54400b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54400b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400c.kt")
|
||||
public void testKt54400c() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54400c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54664.kt")
|
||||
public void testKt54664() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54664.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767a.kt")
|
||||
public void testKt54767a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54767a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767b.kt")
|
||||
public void testKt54767b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt54767b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55056.kt")
|
||||
public void testKt55056() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt55056.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55057.kt")
|
||||
public void testKt55057() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt55057.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55281.kt")
|
||||
public void testKt55281() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt55281.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56949.kt")
|
||||
public void testKt56949() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt56949.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57707.kt")
|
||||
public void testKt57707() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt57707.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57709.kt")
|
||||
public void testKt57709() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt57709.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57834.kt")
|
||||
public void testKt57834() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt57834.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59426.kt")
|
||||
public void testKt59426() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt59426.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59798.kt")
|
||||
public void testKt59798() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt59798.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291a.kt")
|
||||
public void testKt60291a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt60291a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291b.kt")
|
||||
public void testKt60291b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt60291b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291c.kt")
|
||||
public void testKt60291c() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt60291c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447a.kt")
|
||||
public void testKt60447a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt60447a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447b.kt")
|
||||
public void testKt60447b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt60447b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61310.kt")
|
||||
public void testKt61310() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt61310.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63648.kt")
|
||||
public void testKt63648() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63648.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63733.kt")
|
||||
public void testKt63733() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63733.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840a.kt")
|
||||
public void testKt63840a() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63840a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840b.kt")
|
||||
public void testKt63840b() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63840b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840c.kt")
|
||||
public void testKt63840c() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63840c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63841.kt")
|
||||
public void testKt63841() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63841.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/diagnostics/tests/builderInference/oneParameter")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+304
@@ -2575,6 +2575,310 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/issues")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class Issues {
|
||||
@Test
|
||||
public void testAllFilesPresentInIssues() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference/issues"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43710.kt")
|
||||
public void testKt43710() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt43710.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989a.kt")
|
||||
public void testKt47989a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989b.kt")
|
||||
public void testKt47989b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160a.kt")
|
||||
public void testKt49160a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160b.kt")
|
||||
public void testKt49160b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160c.kt")
|
||||
public void testKt49160c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160d.kt")
|
||||
public void testKt49160d() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160d.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160e.kt")
|
||||
public void testKt49160e() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160e.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49263.kt")
|
||||
public void testKt49263() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49263.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50453.kt")
|
||||
public void testKt50453() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50453.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827a.kt")
|
||||
public void testKt50827a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827b.kt")
|
||||
public void testKt50827b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52757.kt")
|
||||
public void testKt52757() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52757.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838a.kt")
|
||||
public void testKt52838a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838b.kt")
|
||||
public void testKt52838b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838c.kt")
|
||||
public void testKt52838c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53109.kt")
|
||||
public void testKt53109() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53109.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422a.kt")
|
||||
public void testKt53422a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422b.kt")
|
||||
public void testKt53422b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53553.kt")
|
||||
public void testKt53553() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53553.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53639.kt")
|
||||
public void testKt53639() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53639.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740a.kt")
|
||||
public void testKt53740a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740b.kt")
|
||||
public void testKt53740b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400a.kt")
|
||||
public void testKt54400a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400b.kt")
|
||||
public void testKt54400b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400c.kt")
|
||||
public void testKt54400c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54664.kt")
|
||||
public void testKt54664() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54664.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767a.kt")
|
||||
public void testKt54767a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767b.kt")
|
||||
public void testKt54767b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55056.kt")
|
||||
public void testKt55056() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55056.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55252.kt")
|
||||
public void testKt55252() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55252.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55281.kt")
|
||||
public void testKt55281() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55281.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56949.kt")
|
||||
public void testKt56949() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt56949.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57707.kt")
|
||||
public void testKt57707() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57707.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57709.kt")
|
||||
public void testKt57709() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57709.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57834.kt")
|
||||
public void testKt57834() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57834.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59426.kt")
|
||||
public void testKt59426() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59426.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59798.kt")
|
||||
public void testKt59798() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59798.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291a.kt")
|
||||
public void testKt60291a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291b.kt")
|
||||
public void testKt60291b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291c.kt")
|
||||
public void testKt60291c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447a.kt")
|
||||
public void testKt60447a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447b.kt")
|
||||
public void testKt60447b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61310.kt")
|
||||
public void testKt61310() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt61310.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63648.kt")
|
||||
public void testKt63648() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63648.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63733.kt")
|
||||
public void testKt63733() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63733.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840a.kt")
|
||||
public void testKt63840a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840b.kt")
|
||||
public void testKt63840b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840c.kt")
|
||||
public void testKt63840c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840c.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/oneParameter")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+304
@@ -2755,6 +2755,310 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/issues")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class Issues {
|
||||
@Test
|
||||
public void testAllFilesPresentInIssues() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference/issues"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43710.kt")
|
||||
public void testKt43710() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt43710.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989a.kt")
|
||||
public void testKt47989a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989b.kt")
|
||||
public void testKt47989b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160a.kt")
|
||||
public void testKt49160a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160b.kt")
|
||||
public void testKt49160b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160c.kt")
|
||||
public void testKt49160c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160d.kt")
|
||||
public void testKt49160d() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160d.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160e.kt")
|
||||
public void testKt49160e() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160e.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49263.kt")
|
||||
public void testKt49263() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49263.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50453.kt")
|
||||
public void testKt50453() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50453.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827a.kt")
|
||||
public void testKt50827a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827b.kt")
|
||||
public void testKt50827b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52757.kt")
|
||||
public void testKt52757() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52757.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838a.kt")
|
||||
public void testKt52838a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838b.kt")
|
||||
public void testKt52838b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838c.kt")
|
||||
public void testKt52838c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53109.kt")
|
||||
public void testKt53109() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53109.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422a.kt")
|
||||
public void testKt53422a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422b.kt")
|
||||
public void testKt53422b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53553.kt")
|
||||
public void testKt53553() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53553.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53639.kt")
|
||||
public void testKt53639() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53639.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740a.kt")
|
||||
public void testKt53740a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740b.kt")
|
||||
public void testKt53740b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400a.kt")
|
||||
public void testKt54400a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400b.kt")
|
||||
public void testKt54400b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400c.kt")
|
||||
public void testKt54400c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54664.kt")
|
||||
public void testKt54664() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54664.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767a.kt")
|
||||
public void testKt54767a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767b.kt")
|
||||
public void testKt54767b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55056.kt")
|
||||
public void testKt55056() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55056.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55252.kt")
|
||||
public void testKt55252() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55252.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55281.kt")
|
||||
public void testKt55281() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55281.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56949.kt")
|
||||
public void testKt56949() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt56949.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57707.kt")
|
||||
public void testKt57707() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57707.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57709.kt")
|
||||
public void testKt57709() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57709.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57834.kt")
|
||||
public void testKt57834() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57834.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59426.kt")
|
||||
public void testKt59426() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59426.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59798.kt")
|
||||
public void testKt59798() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59798.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291a.kt")
|
||||
public void testKt60291a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291b.kt")
|
||||
public void testKt60291b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291c.kt")
|
||||
public void testKt60291c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447a.kt")
|
||||
public void testKt60447a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447b.kt")
|
||||
public void testKt60447b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61310.kt")
|
||||
public void testKt61310() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt61310.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63648.kt")
|
||||
public void testKt63648() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63648.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63733.kt")
|
||||
public void testKt63733() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63733.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840a.kt")
|
||||
public void testKt63840a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840b.kt")
|
||||
public void testKt63840b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840c.kt")
|
||||
public void testKt63840c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840c.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/oneParameter")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+304
@@ -2755,6 +2755,310 @@ public class IrBlackBoxCodegenWithIrInlinerTestGenerated extends AbstractIrBlack
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/issues")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class Issues {
|
||||
@Test
|
||||
public void testAllFilesPresentInIssues() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference/issues"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43710.kt")
|
||||
public void testKt43710() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt43710.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989a.kt")
|
||||
public void testKt47989a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989b.kt")
|
||||
public void testKt47989b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160a.kt")
|
||||
public void testKt49160a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160b.kt")
|
||||
public void testKt49160b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160c.kt")
|
||||
public void testKt49160c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160d.kt")
|
||||
public void testKt49160d() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160d.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160e.kt")
|
||||
public void testKt49160e() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160e.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49263.kt")
|
||||
public void testKt49263() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49263.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50453.kt")
|
||||
public void testKt50453() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50453.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827a.kt")
|
||||
public void testKt50827a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827b.kt")
|
||||
public void testKt50827b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52757.kt")
|
||||
public void testKt52757() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52757.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838a.kt")
|
||||
public void testKt52838a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838b.kt")
|
||||
public void testKt52838b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838c.kt")
|
||||
public void testKt52838c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53109.kt")
|
||||
public void testKt53109() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53109.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422a.kt")
|
||||
public void testKt53422a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422b.kt")
|
||||
public void testKt53422b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53553.kt")
|
||||
public void testKt53553() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53553.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53639.kt")
|
||||
public void testKt53639() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53639.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740a.kt")
|
||||
public void testKt53740a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740b.kt")
|
||||
public void testKt53740b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400a.kt")
|
||||
public void testKt54400a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400b.kt")
|
||||
public void testKt54400b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400c.kt")
|
||||
public void testKt54400c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54664.kt")
|
||||
public void testKt54664() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54664.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767a.kt")
|
||||
public void testKt54767a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767b.kt")
|
||||
public void testKt54767b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55056.kt")
|
||||
public void testKt55056() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55056.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55252.kt")
|
||||
public void testKt55252() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55252.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55281.kt")
|
||||
public void testKt55281() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55281.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56949.kt")
|
||||
public void testKt56949() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt56949.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57707.kt")
|
||||
public void testKt57707() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57707.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57709.kt")
|
||||
public void testKt57709() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57709.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57834.kt")
|
||||
public void testKt57834() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57834.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59426.kt")
|
||||
public void testKt59426() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59426.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59798.kt")
|
||||
public void testKt59798() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59798.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291a.kt")
|
||||
public void testKt60291a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291b.kt")
|
||||
public void testKt60291b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291c.kt")
|
||||
public void testKt60291c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447a.kt")
|
||||
public void testKt60447a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447b.kt")
|
||||
public void testKt60447b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61310.kt")
|
||||
public void testKt61310() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt61310.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63648.kt")
|
||||
public void testKt63648() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63648.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63733.kt")
|
||||
public void testKt63733() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63733.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840a.kt")
|
||||
public void testKt63840a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840b.kt")
|
||||
public void testKt63840b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840c.kt")
|
||||
public void testKt63840c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840c.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/oneParameter")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+258
@@ -2403,6 +2403,264 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/issues")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
public static class Issues extends AbstractLightAnalysisModeTest {
|
||||
private void runTest(String testDataFilePath) throws Exception {
|
||||
KotlinTestUtils.runTest(this::doTest, TargetBackend.JVM_IR, testDataFilePath);
|
||||
}
|
||||
|
||||
public void testAllFilesPresentInIssues() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference/issues"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM_IR, true);
|
||||
}
|
||||
|
||||
@TestMetadata("kt43710.kt")
|
||||
public void testKt43710() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt43710.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt47989a.kt")
|
||||
public void testKt47989a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt47989b.kt")
|
||||
public void testKt47989b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989b.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt49160a.kt")
|
||||
public void testKt49160a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt49160b.kt")
|
||||
public void testKt49160b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160b.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt49160c.kt")
|
||||
public void testKt49160c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160c.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt49160d.kt")
|
||||
public void testKt49160d() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160d.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt49160e.kt")
|
||||
public void testKt49160e() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160e.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt49263.kt")
|
||||
public void testKt49263() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49263.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt50453.kt")
|
||||
public void testKt50453() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50453.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt50827a.kt")
|
||||
public void testKt50827a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt50827b.kt")
|
||||
public void testKt50827b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827b.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt52757.kt")
|
||||
public void testKt52757() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52757.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt52838a.kt")
|
||||
public void testKt52838a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt52838b.kt")
|
||||
public void testKt52838b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838b.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt52838c.kt")
|
||||
public void testKt52838c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838c.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt53109.kt")
|
||||
public void testKt53109() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53109.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt53422a.kt")
|
||||
public void testKt53422a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt53422b.kt")
|
||||
public void testKt53422b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422b.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt53553.kt")
|
||||
public void testKt53553() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53553.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt53639.kt")
|
||||
public void testKt53639() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53639.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt53740a.kt")
|
||||
public void testKt53740a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt53740b.kt")
|
||||
public void testKt53740b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740b.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt54400a.kt")
|
||||
public void testKt54400a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt54400b.kt")
|
||||
public void testKt54400b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400b.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt54400c.kt")
|
||||
public void testKt54400c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400c.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt54664.kt")
|
||||
public void testKt54664() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54664.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt54767a.kt")
|
||||
public void testKt54767a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt54767b.kt")
|
||||
public void testKt54767b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767b.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt55056.kt")
|
||||
public void testKt55056() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55056.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt55252.kt")
|
||||
public void testKt55252() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55252.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt55281.kt")
|
||||
public void testKt55281() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55281.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt56949.kt")
|
||||
public void testKt56949() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt56949.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt57707.kt")
|
||||
public void testKt57707() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57707.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt57709.kt")
|
||||
public void testKt57709() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57709.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt57834.kt")
|
||||
public void testKt57834() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57834.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt59426.kt")
|
||||
public void testKt59426() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59426.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt59798.kt")
|
||||
public void testKt59798() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59798.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt60291a.kt")
|
||||
public void testKt60291a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt60291b.kt")
|
||||
public void testKt60291b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291b.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt60291c.kt")
|
||||
public void testKt60291c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291c.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt60447a.kt")
|
||||
public void testKt60447a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt60447b.kt")
|
||||
public void testKt60447b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447b.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt61310.kt")
|
||||
public void testKt61310() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt61310.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt63648.kt")
|
||||
public void testKt63648() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63648.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt63733.kt")
|
||||
public void testKt63733() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63733.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt63840a.kt")
|
||||
public void testKt63840a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840a.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt63840b.kt")
|
||||
public void testKt63840b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840b.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt63840c.kt")
|
||||
public void testKt63840c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840c.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/oneParameter")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@RunWith(JUnit3RunnerWithInners.class)
|
||||
|
||||
+304
@@ -1861,6 +1861,310 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true);
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/issues")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class Issues {
|
||||
@Test
|
||||
public void testAllFilesPresentInIssues() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference/issues"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43710.kt")
|
||||
public void testKt43710() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt43710.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989a.kt")
|
||||
public void testKt47989a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989b.kt")
|
||||
public void testKt47989b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160a.kt")
|
||||
public void testKt49160a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160b.kt")
|
||||
public void testKt49160b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160c.kt")
|
||||
public void testKt49160c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160d.kt")
|
||||
public void testKt49160d() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160d.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160e.kt")
|
||||
public void testKt49160e() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160e.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49263.kt")
|
||||
public void testKt49263() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49263.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50453.kt")
|
||||
public void testKt50453() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50453.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827a.kt")
|
||||
public void testKt50827a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827b.kt")
|
||||
public void testKt50827b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52757.kt")
|
||||
public void testKt52757() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52757.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838a.kt")
|
||||
public void testKt52838a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838b.kt")
|
||||
public void testKt52838b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838c.kt")
|
||||
public void testKt52838c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53109.kt")
|
||||
public void testKt53109() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53109.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422a.kt")
|
||||
public void testKt53422a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422b.kt")
|
||||
public void testKt53422b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53553.kt")
|
||||
public void testKt53553() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53553.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53639.kt")
|
||||
public void testKt53639() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53639.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740a.kt")
|
||||
public void testKt53740a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740b.kt")
|
||||
public void testKt53740b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400a.kt")
|
||||
public void testKt54400a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400b.kt")
|
||||
public void testKt54400b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400c.kt")
|
||||
public void testKt54400c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54664.kt")
|
||||
public void testKt54664() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54664.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767a.kt")
|
||||
public void testKt54767a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767b.kt")
|
||||
public void testKt54767b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55056.kt")
|
||||
public void testKt55056() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55056.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55252.kt")
|
||||
public void testKt55252() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55252.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55281.kt")
|
||||
public void testKt55281() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55281.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56949.kt")
|
||||
public void testKt56949() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt56949.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57707.kt")
|
||||
public void testKt57707() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57707.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57709.kt")
|
||||
public void testKt57709() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57709.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57834.kt")
|
||||
public void testKt57834() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57834.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59426.kt")
|
||||
public void testKt59426() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59426.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59798.kt")
|
||||
public void testKt59798() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59798.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291a.kt")
|
||||
public void testKt60291a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291b.kt")
|
||||
public void testKt60291b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291c.kt")
|
||||
public void testKt60291c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447a.kt")
|
||||
public void testKt60447a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447b.kt")
|
||||
public void testKt60447b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61310.kt")
|
||||
public void testKt61310() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt61310.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63648.kt")
|
||||
public void testKt63648() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63648.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63733.kt")
|
||||
public void testKt63733() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63733.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840a.kt")
|
||||
public void testKt63840a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840b.kt")
|
||||
public void testKt63840b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840c.kt")
|
||||
public void testKt63840c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840c.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/oneParameter")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
Generated
+304
@@ -1861,6 +1861,310 @@ public class FirJsES6CodegenBoxTestGenerated extends AbstractFirJsES6CodegenBoxT
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR_ES6, true);
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/issues")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class Issues {
|
||||
@Test
|
||||
public void testAllFilesPresentInIssues() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference/issues"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR_ES6, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43710.kt")
|
||||
public void testKt43710() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt43710.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989a.kt")
|
||||
public void testKt47989a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989b.kt")
|
||||
public void testKt47989b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160a.kt")
|
||||
public void testKt49160a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160b.kt")
|
||||
public void testKt49160b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160c.kt")
|
||||
public void testKt49160c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160d.kt")
|
||||
public void testKt49160d() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160d.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160e.kt")
|
||||
public void testKt49160e() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160e.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49263.kt")
|
||||
public void testKt49263() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49263.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50453.kt")
|
||||
public void testKt50453() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50453.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827a.kt")
|
||||
public void testKt50827a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827b.kt")
|
||||
public void testKt50827b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52757.kt")
|
||||
public void testKt52757() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52757.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838a.kt")
|
||||
public void testKt52838a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838b.kt")
|
||||
public void testKt52838b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838c.kt")
|
||||
public void testKt52838c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53109.kt")
|
||||
public void testKt53109() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53109.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422a.kt")
|
||||
public void testKt53422a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422b.kt")
|
||||
public void testKt53422b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53553.kt")
|
||||
public void testKt53553() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53553.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53639.kt")
|
||||
public void testKt53639() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53639.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740a.kt")
|
||||
public void testKt53740a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740b.kt")
|
||||
public void testKt53740b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400a.kt")
|
||||
public void testKt54400a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400b.kt")
|
||||
public void testKt54400b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400c.kt")
|
||||
public void testKt54400c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54664.kt")
|
||||
public void testKt54664() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54664.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767a.kt")
|
||||
public void testKt54767a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767b.kt")
|
||||
public void testKt54767b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55056.kt")
|
||||
public void testKt55056() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55056.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55252.kt")
|
||||
public void testKt55252() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55252.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55281.kt")
|
||||
public void testKt55281() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55281.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56949.kt")
|
||||
public void testKt56949() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt56949.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57707.kt")
|
||||
public void testKt57707() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57707.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57709.kt")
|
||||
public void testKt57709() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57709.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57834.kt")
|
||||
public void testKt57834() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57834.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59426.kt")
|
||||
public void testKt59426() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59426.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59798.kt")
|
||||
public void testKt59798() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59798.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291a.kt")
|
||||
public void testKt60291a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291b.kt")
|
||||
public void testKt60291b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291c.kt")
|
||||
public void testKt60291c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447a.kt")
|
||||
public void testKt60447a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447b.kt")
|
||||
public void testKt60447b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61310.kt")
|
||||
public void testKt61310() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt61310.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63648.kt")
|
||||
public void testKt63648() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63648.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63733.kt")
|
||||
public void testKt63733() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63733.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840a.kt")
|
||||
public void testKt63840a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840b.kt")
|
||||
public void testKt63840b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840c.kt")
|
||||
public void testKt63840c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840c.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/oneParameter")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+304
@@ -1861,6 +1861,310 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true);
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/issues")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class Issues {
|
||||
@Test
|
||||
public void testAllFilesPresentInIssues() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference/issues"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43710.kt")
|
||||
public void testKt43710() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt43710.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989a.kt")
|
||||
public void testKt47989a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989b.kt")
|
||||
public void testKt47989b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160a.kt")
|
||||
public void testKt49160a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160b.kt")
|
||||
public void testKt49160b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160c.kt")
|
||||
public void testKt49160c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160d.kt")
|
||||
public void testKt49160d() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160d.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160e.kt")
|
||||
public void testKt49160e() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160e.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49263.kt")
|
||||
public void testKt49263() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49263.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50453.kt")
|
||||
public void testKt50453() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50453.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827a.kt")
|
||||
public void testKt50827a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827b.kt")
|
||||
public void testKt50827b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52757.kt")
|
||||
public void testKt52757() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52757.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838a.kt")
|
||||
public void testKt52838a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838b.kt")
|
||||
public void testKt52838b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838c.kt")
|
||||
public void testKt52838c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53109.kt")
|
||||
public void testKt53109() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53109.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422a.kt")
|
||||
public void testKt53422a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422b.kt")
|
||||
public void testKt53422b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53553.kt")
|
||||
public void testKt53553() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53553.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53639.kt")
|
||||
public void testKt53639() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53639.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740a.kt")
|
||||
public void testKt53740a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740b.kt")
|
||||
public void testKt53740b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400a.kt")
|
||||
public void testKt54400a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400b.kt")
|
||||
public void testKt54400b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400c.kt")
|
||||
public void testKt54400c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54664.kt")
|
||||
public void testKt54664() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54664.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767a.kt")
|
||||
public void testKt54767a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767b.kt")
|
||||
public void testKt54767b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55056.kt")
|
||||
public void testKt55056() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55056.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55252.kt")
|
||||
public void testKt55252() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55252.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55281.kt")
|
||||
public void testKt55281() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55281.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56949.kt")
|
||||
public void testKt56949() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt56949.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57707.kt")
|
||||
public void testKt57707() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57707.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57709.kt")
|
||||
public void testKt57709() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57709.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57834.kt")
|
||||
public void testKt57834() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57834.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59426.kt")
|
||||
public void testKt59426() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59426.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59798.kt")
|
||||
public void testKt59798() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59798.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291a.kt")
|
||||
public void testKt60291a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291b.kt")
|
||||
public void testKt60291b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291c.kt")
|
||||
public void testKt60291c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447a.kt")
|
||||
public void testKt60447a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447b.kt")
|
||||
public void testKt60447b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61310.kt")
|
||||
public void testKt61310() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt61310.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63648.kt")
|
||||
public void testKt63648() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63648.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63733.kt")
|
||||
public void testKt63733() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63733.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840a.kt")
|
||||
public void testKt63840a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840b.kt")
|
||||
public void testKt63840b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840c.kt")
|
||||
public void testKt63840c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840c.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/oneParameter")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+304
@@ -1861,6 +1861,310 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR_ES6, true);
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/issues")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class Issues {
|
||||
@Test
|
||||
public void testAllFilesPresentInIssues() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference/issues"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR_ES6, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43710.kt")
|
||||
public void testKt43710() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt43710.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989a.kt")
|
||||
public void testKt47989a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989b.kt")
|
||||
public void testKt47989b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160a.kt")
|
||||
public void testKt49160a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160b.kt")
|
||||
public void testKt49160b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160c.kt")
|
||||
public void testKt49160c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160d.kt")
|
||||
public void testKt49160d() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160d.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160e.kt")
|
||||
public void testKt49160e() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160e.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49263.kt")
|
||||
public void testKt49263() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49263.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50453.kt")
|
||||
public void testKt50453() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50453.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827a.kt")
|
||||
public void testKt50827a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827b.kt")
|
||||
public void testKt50827b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52757.kt")
|
||||
public void testKt52757() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52757.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838a.kt")
|
||||
public void testKt52838a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838b.kt")
|
||||
public void testKt52838b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838c.kt")
|
||||
public void testKt52838c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53109.kt")
|
||||
public void testKt53109() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53109.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422a.kt")
|
||||
public void testKt53422a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422b.kt")
|
||||
public void testKt53422b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53553.kt")
|
||||
public void testKt53553() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53553.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53639.kt")
|
||||
public void testKt53639() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53639.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740a.kt")
|
||||
public void testKt53740a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740b.kt")
|
||||
public void testKt53740b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400a.kt")
|
||||
public void testKt54400a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400b.kt")
|
||||
public void testKt54400b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400c.kt")
|
||||
public void testKt54400c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54664.kt")
|
||||
public void testKt54664() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54664.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767a.kt")
|
||||
public void testKt54767a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767b.kt")
|
||||
public void testKt54767b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55056.kt")
|
||||
public void testKt55056() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55056.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55252.kt")
|
||||
public void testKt55252() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55252.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55281.kt")
|
||||
public void testKt55281() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55281.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56949.kt")
|
||||
public void testKt56949() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt56949.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57707.kt")
|
||||
public void testKt57707() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57707.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57709.kt")
|
||||
public void testKt57709() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57709.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57834.kt")
|
||||
public void testKt57834() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57834.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59426.kt")
|
||||
public void testKt59426() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59426.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59798.kt")
|
||||
public void testKt59798() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59798.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291a.kt")
|
||||
public void testKt60291a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291b.kt")
|
||||
public void testKt60291b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291c.kt")
|
||||
public void testKt60291c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447a.kt")
|
||||
public void testKt60447a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447b.kt")
|
||||
public void testKt60447b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61310.kt")
|
||||
public void testKt61310() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt61310.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63648.kt")
|
||||
public void testKt63648() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63648.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63733.kt")
|
||||
public void testKt63733() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63733.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840a.kt")
|
||||
public void testKt63840a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840b.kt")
|
||||
public void testKt63840b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840c.kt")
|
||||
public void testKt63840c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840c.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/oneParameter")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+307
@@ -1920,6 +1920,313 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/issues")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@Tag("frontend-fir")
|
||||
@FirPipeline()
|
||||
@UseExtTestCaseGroupProvider()
|
||||
public class Issues {
|
||||
@Test
|
||||
public void testAllFilesPresentInIssues() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference/issues"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43710.kt")
|
||||
public void testKt43710() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt43710.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989a.kt")
|
||||
public void testKt47989a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989b.kt")
|
||||
public void testKt47989b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160a.kt")
|
||||
public void testKt49160a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160b.kt")
|
||||
public void testKt49160b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160c.kt")
|
||||
public void testKt49160c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160d.kt")
|
||||
public void testKt49160d() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160d.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160e.kt")
|
||||
public void testKt49160e() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160e.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49263.kt")
|
||||
public void testKt49263() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49263.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50453.kt")
|
||||
public void testKt50453() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50453.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827a.kt")
|
||||
public void testKt50827a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827b.kt")
|
||||
public void testKt50827b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52757.kt")
|
||||
public void testKt52757() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52757.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838a.kt")
|
||||
public void testKt52838a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838b.kt")
|
||||
public void testKt52838b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838c.kt")
|
||||
public void testKt52838c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53109.kt")
|
||||
public void testKt53109() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53109.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422a.kt")
|
||||
public void testKt53422a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422b.kt")
|
||||
public void testKt53422b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53553.kt")
|
||||
public void testKt53553() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53553.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53639.kt")
|
||||
public void testKt53639() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53639.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740a.kt")
|
||||
public void testKt53740a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740b.kt")
|
||||
public void testKt53740b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400a.kt")
|
||||
public void testKt54400a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400b.kt")
|
||||
public void testKt54400b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400c.kt")
|
||||
public void testKt54400c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54664.kt")
|
||||
public void testKt54664() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54664.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767a.kt")
|
||||
public void testKt54767a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767b.kt")
|
||||
public void testKt54767b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55056.kt")
|
||||
public void testKt55056() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55056.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55252.kt")
|
||||
public void testKt55252() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55252.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55281.kt")
|
||||
public void testKt55281() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55281.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56949.kt")
|
||||
public void testKt56949() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt56949.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57707.kt")
|
||||
public void testKt57707() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57707.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57709.kt")
|
||||
public void testKt57709() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57709.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57834.kt")
|
||||
public void testKt57834() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57834.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59426.kt")
|
||||
public void testKt59426() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59426.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59798.kt")
|
||||
public void testKt59798() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59798.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291a.kt")
|
||||
public void testKt60291a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291b.kt")
|
||||
public void testKt60291b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291c.kt")
|
||||
public void testKt60291c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447a.kt")
|
||||
public void testKt60447a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447b.kt")
|
||||
public void testKt60447b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61310.kt")
|
||||
public void testKt61310() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt61310.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63648.kt")
|
||||
public void testKt63648() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63648.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63733.kt")
|
||||
public void testKt63733() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63733.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840a.kt")
|
||||
public void testKt63840a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840b.kt")
|
||||
public void testKt63840b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840c.kt")
|
||||
public void testKt63840c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840c.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/oneParameter")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+309
@@ -1966,6 +1966,315 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/issues")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@Tag("frontend-fir")
|
||||
@FirPipeline()
|
||||
@UseExtTestCaseGroupProvider()
|
||||
@UsePartialLinkage(mode = Mode.DISABLED)
|
||||
@Tag("no-partial-linkage-may-be-skipped")
|
||||
public class Issues {
|
||||
@Test
|
||||
public void testAllFilesPresentInIssues() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference/issues"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43710.kt")
|
||||
public void testKt43710() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt43710.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989a.kt")
|
||||
public void testKt47989a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989b.kt")
|
||||
public void testKt47989b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160a.kt")
|
||||
public void testKt49160a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160b.kt")
|
||||
public void testKt49160b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160c.kt")
|
||||
public void testKt49160c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160d.kt")
|
||||
public void testKt49160d() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160d.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160e.kt")
|
||||
public void testKt49160e() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160e.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49263.kt")
|
||||
public void testKt49263() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49263.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50453.kt")
|
||||
public void testKt50453() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50453.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827a.kt")
|
||||
public void testKt50827a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827b.kt")
|
||||
public void testKt50827b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52757.kt")
|
||||
public void testKt52757() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52757.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838a.kt")
|
||||
public void testKt52838a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838b.kt")
|
||||
public void testKt52838b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838c.kt")
|
||||
public void testKt52838c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53109.kt")
|
||||
public void testKt53109() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53109.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422a.kt")
|
||||
public void testKt53422a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422b.kt")
|
||||
public void testKt53422b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53553.kt")
|
||||
public void testKt53553() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53553.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53639.kt")
|
||||
public void testKt53639() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53639.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740a.kt")
|
||||
public void testKt53740a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740b.kt")
|
||||
public void testKt53740b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400a.kt")
|
||||
public void testKt54400a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400b.kt")
|
||||
public void testKt54400b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400c.kt")
|
||||
public void testKt54400c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54664.kt")
|
||||
public void testKt54664() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54664.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767a.kt")
|
||||
public void testKt54767a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767b.kt")
|
||||
public void testKt54767b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55056.kt")
|
||||
public void testKt55056() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55056.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55252.kt")
|
||||
public void testKt55252() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55252.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55281.kt")
|
||||
public void testKt55281() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55281.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56949.kt")
|
||||
public void testKt56949() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt56949.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57707.kt")
|
||||
public void testKt57707() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57707.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57709.kt")
|
||||
public void testKt57709() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57709.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57834.kt")
|
||||
public void testKt57834() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57834.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59426.kt")
|
||||
public void testKt59426() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59426.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59798.kt")
|
||||
public void testKt59798() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59798.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291a.kt")
|
||||
public void testKt60291a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291b.kt")
|
||||
public void testKt60291b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291c.kt")
|
||||
public void testKt60291c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447a.kt")
|
||||
public void testKt60447a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447b.kt")
|
||||
public void testKt60447b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61310.kt")
|
||||
public void testKt61310() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt61310.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63648.kt")
|
||||
public void testKt63648() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63648.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63733.kt")
|
||||
public void testKt63733() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63733.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840a.kt")
|
||||
public void testKt63840a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840b.kt")
|
||||
public void testKt63840b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840c.kt")
|
||||
public void testKt63840c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840c.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/oneParameter")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+305
@@ -1874,6 +1874,311 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/issues")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@UseExtTestCaseGroupProvider()
|
||||
public class Issues {
|
||||
@Test
|
||||
public void testAllFilesPresentInIssues() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference/issues"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43710.kt")
|
||||
public void testKt43710() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt43710.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989a.kt")
|
||||
public void testKt47989a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989b.kt")
|
||||
public void testKt47989b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160a.kt")
|
||||
public void testKt49160a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160b.kt")
|
||||
public void testKt49160b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160c.kt")
|
||||
public void testKt49160c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160d.kt")
|
||||
public void testKt49160d() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160d.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160e.kt")
|
||||
public void testKt49160e() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160e.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49263.kt")
|
||||
public void testKt49263() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49263.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50453.kt")
|
||||
public void testKt50453() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50453.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827a.kt")
|
||||
public void testKt50827a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827b.kt")
|
||||
public void testKt50827b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52757.kt")
|
||||
public void testKt52757() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52757.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838a.kt")
|
||||
public void testKt52838a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838b.kt")
|
||||
public void testKt52838b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838c.kt")
|
||||
public void testKt52838c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53109.kt")
|
||||
public void testKt53109() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53109.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422a.kt")
|
||||
public void testKt53422a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422b.kt")
|
||||
public void testKt53422b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53553.kt")
|
||||
public void testKt53553() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53553.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53639.kt")
|
||||
public void testKt53639() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53639.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740a.kt")
|
||||
public void testKt53740a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740b.kt")
|
||||
public void testKt53740b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400a.kt")
|
||||
public void testKt54400a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400b.kt")
|
||||
public void testKt54400b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400c.kt")
|
||||
public void testKt54400c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54664.kt")
|
||||
public void testKt54664() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54664.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767a.kt")
|
||||
public void testKt54767a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767b.kt")
|
||||
public void testKt54767b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55056.kt")
|
||||
public void testKt55056() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55056.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55252.kt")
|
||||
public void testKt55252() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55252.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55281.kt")
|
||||
public void testKt55281() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55281.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56949.kt")
|
||||
public void testKt56949() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt56949.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57707.kt")
|
||||
public void testKt57707() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57707.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57709.kt")
|
||||
public void testKt57709() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57709.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57834.kt")
|
||||
public void testKt57834() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57834.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59426.kt")
|
||||
public void testKt59426() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59426.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59798.kt")
|
||||
public void testKt59798() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59798.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291a.kt")
|
||||
public void testKt60291a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291b.kt")
|
||||
public void testKt60291b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291c.kt")
|
||||
public void testKt60291c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447a.kt")
|
||||
public void testKt60447a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447b.kt")
|
||||
public void testKt60447b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61310.kt")
|
||||
public void testKt61310() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt61310.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63648.kt")
|
||||
public void testKt63648() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63648.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63733.kt")
|
||||
public void testKt63733() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63733.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840a.kt")
|
||||
public void testKt63840a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840b.kt")
|
||||
public void testKt63840b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840c.kt")
|
||||
public void testKt63840c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840c.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/oneParameter")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
+307
@@ -1921,6 +1921,313 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/issues")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
@UseExtTestCaseGroupProvider()
|
||||
@UsePartialLinkage(mode = Mode.DISABLED)
|
||||
@Tag("no-partial-linkage-may-be-skipped")
|
||||
public class Issues {
|
||||
@Test
|
||||
public void testAllFilesPresentInIssues() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference/issues"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.NATIVE, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43710.kt")
|
||||
public void testKt43710() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt43710.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989a.kt")
|
||||
public void testKt47989a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989b.kt")
|
||||
public void testKt47989b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160a.kt")
|
||||
public void testKt49160a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160b.kt")
|
||||
public void testKt49160b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160c.kt")
|
||||
public void testKt49160c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160d.kt")
|
||||
public void testKt49160d() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160d.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160e.kt")
|
||||
public void testKt49160e() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160e.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49263.kt")
|
||||
public void testKt49263() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49263.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50453.kt")
|
||||
public void testKt50453() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50453.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827a.kt")
|
||||
public void testKt50827a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827b.kt")
|
||||
public void testKt50827b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52757.kt")
|
||||
public void testKt52757() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52757.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838a.kt")
|
||||
public void testKt52838a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838b.kt")
|
||||
public void testKt52838b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838c.kt")
|
||||
public void testKt52838c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53109.kt")
|
||||
public void testKt53109() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53109.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422a.kt")
|
||||
public void testKt53422a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422b.kt")
|
||||
public void testKt53422b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53553.kt")
|
||||
public void testKt53553() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53553.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53639.kt")
|
||||
public void testKt53639() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53639.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740a.kt")
|
||||
public void testKt53740a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740b.kt")
|
||||
public void testKt53740b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400a.kt")
|
||||
public void testKt54400a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400b.kt")
|
||||
public void testKt54400b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400c.kt")
|
||||
public void testKt54400c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54664.kt")
|
||||
public void testKt54664() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54664.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767a.kt")
|
||||
public void testKt54767a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767b.kt")
|
||||
public void testKt54767b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55056.kt")
|
||||
public void testKt55056() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55056.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55252.kt")
|
||||
public void testKt55252() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55252.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55281.kt")
|
||||
public void testKt55281() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55281.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56949.kt")
|
||||
public void testKt56949() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt56949.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57707.kt")
|
||||
public void testKt57707() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57707.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57709.kt")
|
||||
public void testKt57709() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57709.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57834.kt")
|
||||
public void testKt57834() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57834.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59426.kt")
|
||||
public void testKt59426() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59426.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59798.kt")
|
||||
public void testKt59798() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59798.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291a.kt")
|
||||
public void testKt60291a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291b.kt")
|
||||
public void testKt60291b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291c.kt")
|
||||
public void testKt60291c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447a.kt")
|
||||
public void testKt60447a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447b.kt")
|
||||
public void testKt60447b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61310.kt")
|
||||
public void testKt61310() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt61310.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63648.kt")
|
||||
public void testKt63648() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63648.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63733.kt")
|
||||
public void testKt63733() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63733.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840a.kt")
|
||||
public void testKt63840a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840b.kt")
|
||||
public void testKt63840b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840c.kt")
|
||||
public void testKt63840c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840c.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/oneParameter")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
Generated
+304
@@ -1849,6 +1849,310 @@ public class FirWasmCodegenBoxTestGenerated extends AbstractFirWasmCodegenBoxTes
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true);
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/issues")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class Issues {
|
||||
@Test
|
||||
public void testAllFilesPresentInIssues() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference/issues"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43710.kt")
|
||||
public void testKt43710() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt43710.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989a.kt")
|
||||
public void testKt47989a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989b.kt")
|
||||
public void testKt47989b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160a.kt")
|
||||
public void testKt49160a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160b.kt")
|
||||
public void testKt49160b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160c.kt")
|
||||
public void testKt49160c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160d.kt")
|
||||
public void testKt49160d() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160d.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160e.kt")
|
||||
public void testKt49160e() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160e.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49263.kt")
|
||||
public void testKt49263() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49263.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50453.kt")
|
||||
public void testKt50453() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50453.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827a.kt")
|
||||
public void testKt50827a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827b.kt")
|
||||
public void testKt50827b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52757.kt")
|
||||
public void testKt52757() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52757.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838a.kt")
|
||||
public void testKt52838a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838b.kt")
|
||||
public void testKt52838b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838c.kt")
|
||||
public void testKt52838c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53109.kt")
|
||||
public void testKt53109() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53109.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422a.kt")
|
||||
public void testKt53422a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422b.kt")
|
||||
public void testKt53422b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53553.kt")
|
||||
public void testKt53553() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53553.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53639.kt")
|
||||
public void testKt53639() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53639.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740a.kt")
|
||||
public void testKt53740a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740b.kt")
|
||||
public void testKt53740b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400a.kt")
|
||||
public void testKt54400a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400b.kt")
|
||||
public void testKt54400b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400c.kt")
|
||||
public void testKt54400c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54664.kt")
|
||||
public void testKt54664() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54664.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767a.kt")
|
||||
public void testKt54767a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767b.kt")
|
||||
public void testKt54767b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55056.kt")
|
||||
public void testKt55056() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55056.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55252.kt")
|
||||
public void testKt55252() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55252.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55281.kt")
|
||||
public void testKt55281() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55281.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56949.kt")
|
||||
public void testKt56949() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt56949.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57707.kt")
|
||||
public void testKt57707() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57707.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57709.kt")
|
||||
public void testKt57709() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57709.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57834.kt")
|
||||
public void testKt57834() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57834.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59426.kt")
|
||||
public void testKt59426() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59426.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59798.kt")
|
||||
public void testKt59798() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59798.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291a.kt")
|
||||
public void testKt60291a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291b.kt")
|
||||
public void testKt60291b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291c.kt")
|
||||
public void testKt60291c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447a.kt")
|
||||
public void testKt60447a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447b.kt")
|
||||
public void testKt60447b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61310.kt")
|
||||
public void testKt61310() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt61310.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63648.kt")
|
||||
public void testKt63648() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63648.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63733.kt")
|
||||
public void testKt63733() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63733.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840a.kt")
|
||||
public void testKt63840a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840b.kt")
|
||||
public void testKt63840b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840c.kt")
|
||||
public void testKt63840c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840c.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/oneParameter")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
Generated
+304
@@ -1849,6 +1849,310 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true);
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/issues")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
public class Issues {
|
||||
@Test
|
||||
public void testAllFilesPresentInIssues() throws Exception {
|
||||
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/builderInference/issues"), Pattern.compile("^([^_](.+))\\.kt$"), null, TargetBackend.WASM, true);
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt43710.kt")
|
||||
public void testKt43710() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt43710.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989a.kt")
|
||||
public void testKt47989a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47989b.kt")
|
||||
public void testKt47989b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt47989b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160a.kt")
|
||||
public void testKt49160a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160b.kt")
|
||||
public void testKt49160b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160c.kt")
|
||||
public void testKt49160c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160d.kt")
|
||||
public void testKt49160d() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160d.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49160e.kt")
|
||||
public void testKt49160e() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49160e.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49263.kt")
|
||||
public void testKt49263() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49263.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50453.kt")
|
||||
public void testKt50453() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50453.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827a.kt")
|
||||
public void testKt50827a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50827b.kt")
|
||||
public void testKt50827b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt50827b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52757.kt")
|
||||
public void testKt52757() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52757.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838a.kt")
|
||||
public void testKt52838a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838b.kt")
|
||||
public void testKt52838b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52838c.kt")
|
||||
public void testKt52838c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt52838c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53109.kt")
|
||||
public void testKt53109() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53109.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422a.kt")
|
||||
public void testKt53422a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53422b.kt")
|
||||
public void testKt53422b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53422b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53553.kt")
|
||||
public void testKt53553() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53553.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53639.kt")
|
||||
public void testKt53639() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53639.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740a.kt")
|
||||
public void testKt53740a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt53740b.kt")
|
||||
public void testKt53740b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt53740b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400a.kt")
|
||||
public void testKt54400a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400b.kt")
|
||||
public void testKt54400b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54400c.kt")
|
||||
public void testKt54400c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54400c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54664.kt")
|
||||
public void testKt54664() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54664.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767a.kt")
|
||||
public void testKt54767a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt54767b.kt")
|
||||
public void testKt54767b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt54767b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55056.kt")
|
||||
public void testKt55056() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55056.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55252.kt")
|
||||
public void testKt55252() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55252.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55281.kt")
|
||||
public void testKt55281() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt55281.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt56949.kt")
|
||||
public void testKt56949() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt56949.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57707.kt")
|
||||
public void testKt57707() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57707.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57709.kt")
|
||||
public void testKt57709() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57709.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt57834.kt")
|
||||
public void testKt57834() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt57834.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59426.kt")
|
||||
public void testKt59426() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59426.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt59798.kt")
|
||||
public void testKt59798() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt59798.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291a.kt")
|
||||
public void testKt60291a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291b.kt")
|
||||
public void testKt60291b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60291c.kt")
|
||||
public void testKt60291c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60291c.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447a.kt")
|
||||
public void testKt60447a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt60447b.kt")
|
||||
public void testKt60447b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt60447b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt61310.kt")
|
||||
public void testKt61310() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt61310.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63648.kt")
|
||||
public void testKt63648() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63648.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63733.kt")
|
||||
public void testKt63733() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63733.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840a.kt")
|
||||
public void testKt63840a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840b.kt")
|
||||
public void testKt63840b() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840b.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt63840c.kt")
|
||||
public void testKt63840c() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt63840c.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
@TestMetadata("compiler/testData/codegen/box/builderInference/oneParameter")
|
||||
@TestDataPath("$PROJECT_ROOT")
|
||||
|
||||
Reference in New Issue
Block a user