test for KT-2407

#KT-2407 fixed
This commit is contained in:
Svetlana Isakova
2012-08-08 14:27:22 +04:00
parent eb608f2ae9
commit 6e67bd64fa
2 changed files with 21 additions and 0 deletions
@@ -1402,6 +1402,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt2324.kt");
}
@TestMetadata("kt2407.kt")
public void testKt2407() throws Exception {
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt2407.kt");
}
@TestMetadata("kt2445.kt")
public void testKt2445() throws Exception {
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt2445.kt");