KT-4170 Compiler hangs (or works too long)

#KT-4170 Fixed
This commit is contained in:
svtk
2013-11-08 14:57:43 +04:00
parent df03eb5330
commit 95ef417ee8
3 changed files with 39 additions and 3 deletions
@@ -5202,6 +5202,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/resolve/resolveWithGenerics.kt");
}
@TestMetadata("resolveWithRedeclarationError.kt")
public void testResolveWithRedeclarationError() throws Exception {
doTest("compiler/testData/diagnostics/tests/resolve/resolveWithRedeclarationError.kt");
}
@TestMetadata("resolveWithSpecifiedFunctionLiteralWithId.kt")
public void testResolveWithSpecifiedFunctionLiteralWithId() throws Exception {
doTest("compiler/testData/diagnostics/tests/resolve/resolveWithSpecifiedFunctionLiteralWithId.kt");