tests for obsolete tasks

#KT-2445 fixed
 #KT-2459 fixed
This commit is contained in:
Svetlana Isakova
2012-08-06 18:18:16 +04:00
parent f730c1357c
commit 4b77e9b83a
3 changed files with 30 additions and 0 deletions
@@ -1380,6 +1380,16 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt2324.kt");
}
@TestMetadata("kt2445.kt")
public void testKt2445() throws Exception {
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt2445.kt");
}
@TestMetadata("kt2459.kt")
public void testKt2459() throws Exception {
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt2459.kt");
}
@TestMetadata("kt2484.kt")
public void testKt2484() throws Exception {
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt2484.kt");