more tests on type inference

#KT-2200 fixed
 #KT-2283 fixed
This commit is contained in:
Svetlana Isakova
2012-08-07 15:43:54 +04:00
parent a98bc541f5
commit 9102622e02
4 changed files with 50 additions and 0 deletions
@@ -1365,6 +1365,16 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt2179.kt");
}
@TestMetadata("kt2200.kt")
public void testKt2200() throws Exception {
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt2200.kt");
}
@TestMetadata("kt2283.kt")
public void testKt2283() throws Exception {
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt2283.kt");
}
@TestMetadata("kt2294.kt")
public void testKt2294() throws Exception {
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt2294.kt");