pull up: update references in hierarchy for static methods in interfaces

IDEA-186590
This commit is contained in:
Anna.Kozlova
2018-02-15 19:47:07 +01:00
parent 7474c9d0cc
commit ab90341de0
6 changed files with 42 additions and 0 deletions
@@ -2,6 +2,9 @@ class Foo {
public static void foo(){}
}
class FooImpl extends Foo {
{
foo();
}
}
class U {