mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 07:40:42 +07:00
pull up: update references in hierarchy for static methods in interfaces
IDEA-186590
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
class Foo {}
|
||||
class FooImpl extends Foo {
|
||||
{
|
||||
foo();
|
||||
}
|
||||
|
||||
public static void foo(){}
|
||||
<caret>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user