KT-3344 InternalError in compiler when type arguments are not specified

#KT-3344 fixed
This commit is contained in:
Svetlana Isakova
2013-02-20 13:21:29 +04:00
parent 6739f7ca24
commit 8ef067be77
6 changed files with 71 additions and 55 deletions
@@ -2338,6 +2338,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt3301.kt");
}
@TestMetadata("kt3344.kt")
public void testKt3344() throws Exception {
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt3344.kt");
}
@TestMetadata("kt702.kt")
public void testKt702() throws Exception {
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt702.kt");