K2: reproduce KT-60581
This commit is contained in:
committed by
Space Team
parent
1add296388
commit
610a9d9c6a
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user