Add tests making sure that a couple of issues are fixed by PCLA

^KT-49283 Fixed
^KT-64077 Fixed
This commit is contained in:
Denis.Zharkov
2024-02-08 17:07:58 +01:00
committed by Space Team
parent fb8cc00d1f
commit a4ccb72b94
17 changed files with 143 additions and 0 deletions
@@ -4141,6 +4141,12 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
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 {
@@ -4147,6 +4147,12 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
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 {