[FE 1.0] Don't fail with exception on unresolved type with type argument
^KT-50223 Fixed
This commit is contained in:
committed by
teamcity
parent
87dc1f7fde
commit
372879b8e7
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user