K2: reproduce KT-60581

This commit is contained in:
Mikhail Glukhikh
2023-09-20 19:52:15 +02:00
committed by Space Team
parent 1add296388
commit 610a9d9c6a
7 changed files with 200 additions and 0 deletions
@@ -15276,6 +15276,12 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
runTest("compiler/testData/diagnostics/tests/inference/annotatedUnderscoredTypeArgument.kt");
}
@Test
@TestMetadata("assertThatInNumerousIf.kt")
public void testAssertThatInNumerousIf() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/assertThatInNumerousIf.kt");
}
@Test
@TestMetadata("cannotCompleteResolveAmbiguity.kt")
public void testCannotCompleteResolveAmbiguity() throws Exception {
@@ -15282,6 +15282,12 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
runTest("compiler/testData/diagnostics/tests/inference/annotatedUnderscoredTypeArgument.kt");
}
@Test
@TestMetadata("assertThatInNumerousIf.kt")
public void testAssertThatInNumerousIf() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/assertThatInNumerousIf.kt");
}
@Test
@TestMetadata("cannotCompleteResolveAmbiguity.kt")
public void testCannotCompleteResolveAmbiguity() throws Exception {