fixed an exception from 'getConstructorReferenceExpression'

(from exception analyzer)
This commit is contained in:
Svetlana Isakova
2012-12-29 17:31:57 +04:00
parent 4d4ba52378
commit 55968aabad
3 changed files with 10 additions and 2 deletions
@@ -1949,6 +1949,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/namedFun.kt");
}
@TestMetadata("typeReferenceError.kt")
public void testTypeReferenceError() throws Exception {
doTest("compiler/testData/diagnostics/tests/incompleteCode/diagnosticWithSyntaxError/typeReferenceError.kt");
}
}
public static Test innerSuite() {