KT-3184 Type inference seems partially broken

#KT-3184 fixed
This commit is contained in:
Svetlana Isakova
2012-12-27 18:45:24 +04:00
parent a6bfa1ff6c
commit 22d3adc89f
3 changed files with 72 additions and 5 deletions
@@ -2036,6 +2036,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/inference/kt1293.kt");
}
@TestMetadata("kt3184.kt")
public void testKt3184() throws Exception {
doTest("compiler/testData/diagnostics/tests/inference/kt3184.kt");
}
@TestMetadata("kt619.kt")
public void testKt619() throws Exception {
doTest("compiler/testData/diagnostics/tests/inference/kt619.kt");