Add tests making sure that a couple of issues are fixed by PCLA
^KT-49283 Fixed ^KT-64077 Fixed
This commit is contained in:
committed by
Space Team
parent
fb8cc00d1f
commit
a4ccb72b94
+6
@@ -4147,6 +4147,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63841.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt64077.kt")
|
||||
public void testKt64077() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt64077.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt64222.kt")
|
||||
public void testKt64222() throws Exception {
|
||||
|
||||
+6
@@ -2889,6 +2889,12 @@ public class LLFirBlackBoxCodegenBasedTestGenerated extends AbstractLLFirBlackBo
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49263.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49283.kt")
|
||||
public void testKt49283() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49283.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50453.kt")
|
||||
public void testKt50453() throws Exception {
|
||||
|
||||
+6
@@ -4147,6 +4147,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt63841.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt64077.kt")
|
||||
public void testKt64077() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/builderInference/issues/kt64077.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt64222.kt")
|
||||
public void testKt64222() throws Exception {
|
||||
|
||||
+6
@@ -2889,6 +2889,12 @@ public class LLFirReversedBlackBoxCodegenBasedTestGenerated extends AbstractLLFi
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49263.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49283.kt")
|
||||
public void testKt49283() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builderInference/issues/kt49283.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt50453.kt")
|
||||
public void testKt50453() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user