unrelated defaults: don't check type parameters

This commit is contained in:
Anna Kozlova
2016-03-11 09:38:32 +01:00
parent 2bc9f279ff
commit 9675e0248a
3 changed files with 19 additions and 0 deletions
@@ -62,6 +62,10 @@ public class Interface8MethodsHighlightingTest extends LightCodeInsightFixtureTe
doTest(false, false);
}
public void testUnrelatedDefaultsWithTypeParameter() throws Exception {
doTest(false, false);
}
public void testStaticMethodAccessibleBothThroughStaticImportAndInheritance() throws Exception {
myFixture.addClass("package p; public interface Foo {" +
" static void foo() {}" +