Getting super methods correctly for inheritors of Collection, etc.

This commit is contained in:
Evgeny Gerashchenko
2012-12-10 21:33:43 +04:00
parent a93596ca5e
commit 34f9ae77ba
3 changed files with 34 additions and 22 deletions
@@ -3390,6 +3390,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
doTest("compiler/testData/diagnostics/tests/regressions/OverrideResolution.kt");
}
@TestMetadata("resolveSubclassOfList.kt")
public void testResolveSubclassOfList() throws Exception {
doTest("compiler/testData/diagnostics/tests/regressions/resolveSubclassOfList.kt");
}
@TestMetadata("SpecififcityByReceiver.kt")
public void testSpecififcityByReceiver() throws Exception {
doTest("compiler/testData/diagnostics/tests/regressions/SpecififcityByReceiver.kt");