tests for obsolete tasks
#KT-2445 fixed #KT-2459 fixed
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user