[FE 1.0] Don't fail with exception on unresolved type with type argument

^KT-50223 Fixed
This commit is contained in:
Mikhail Zarechenskiy
2022-06-08 18:07:20 +02:00
committed by teamcity
parent 87dc1f7fde
commit 372879b8e7
8 changed files with 51 additions and 2 deletions
@@ -13356,6 +13356,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
runTest("compiler/testData/diagnostics/tests/incompleteCode/unresolvedOperation.kt");
}
@Test
@TestMetadata("unresolvedTypeWithTypeArguments.kt")
public void testUnresolvedTypeWithTypeArguments() throws Exception {
runTest("compiler/testData/diagnostics/tests/incompleteCode/unresolvedTypeWithTypeArguments.kt");
}
@Test
@TestMetadata("variableDeclarationInSelector.kt")
public void testVariableDeclarationInSelector() throws Exception {
@@ -13356,6 +13356,12 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
runTest("compiler/testData/diagnostics/tests/incompleteCode/unresolvedOperation.kt");
}
@Test
@TestMetadata("unresolvedTypeWithTypeArguments.kt")
public void testUnresolvedTypeWithTypeArguments() throws Exception {
runTest("compiler/testData/diagnostics/tests/incompleteCode/unresolvedTypeWithTypeArguments.kt");
}
@Test
@TestMetadata("variableDeclarationInSelector.kt")
public void testVariableDeclarationInSelector() throws Exception {