KT-2883 Type inference fails due to non-Unit value returned

#KT-2883 fixed
This commit is contained in:
Svetlana Isakova
2012-12-26 13:53:42 +04:00
parent 54dffd6aad
commit e6594ed5b1
3 changed files with 38 additions and 1 deletions
@@ -2222,6 +2222,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt2842.kt");
}
@TestMetadata("kt2883.kt")
public void testKt2883() throws Exception {
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt2883.kt");
}
@TestMetadata("kt3007.kt")
public void testKt3007() throws Exception {
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt3007.kt");