KT-3301 Inference with several supertypes fails

#KT-3301 fixed
This commit is contained in:
Svetlana Isakova
2013-01-30 20:29:30 +04:00
parent 3c82e80745
commit ba9c455ea1
3 changed files with 46 additions and 0 deletions
@@ -2294,6 +2294,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt3174.kt");
}
@TestMetadata("kt3301.kt")
public void testKt3301() throws Exception {
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt3301.kt");
}
@TestMetadata("kt702.kt")
public void testKt702() throws Exception {
doTest("compiler/testData/diagnostics/tests/inference/regressions/kt702.kt");