'CANNOT_COMPLETE_RESOLVE' error added

This commit is contained in:
Svetlana Isakova
2012-11-09 15:37:10 +04:00
parent eb5b551114
commit dda3091dfb
6 changed files with 29 additions and 0 deletions
@@ -1733,6 +1733,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/inference/arrayConstructor.kt");
}
@TestMetadata("cannotCompleteResolve.kt")
public void testCannotCompleteResolve() throws Exception {
doTest("compiler/testData/diagnostics/tests/inference/cannotCompleteResolve.kt");
}
@TestMetadata("completeInferenceIfManyFailed.kt")
public void testCompleteInferenceIfManyFailed() throws Exception {
doTest("compiler/testData/diagnostics/tests/inference/completeInferenceIfManyFailed.kt");