tests for obsolete tasks

#KT-3007 obsolete
 #KT-3038 obsolete
This commit is contained in:
Svetlana Isakova
2012-12-26 13:01:48 +04:00
parent b8507c0391
commit 54dffd6aad
3 changed files with 75 additions and 0 deletions
@@ -2222,6 +2222,16 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt2842.kt");
}
@TestMetadata("kt3007.kt")
public void testKt3007() throws Exception {
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt3007.kt");
}
@TestMetadata("kt3038.kt")
public void testKt3038() throws Exception {
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt3038.kt");
}
@TestMetadata("kt3150.kt")
public void testKt3150() throws Exception {
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt3150.kt");