mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
rationalize static method calls after pull up
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class Foo {}
|
||||
class FooImpl extends Foo {
|
||||
public static void foo(){}
|
||||
<caret>
|
||||
}
|
||||
class U {
|
||||
public static void main(String[] args) {
|
||||
FooImpl.foo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user