mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
inplace members rename tests
(cherry picked from commit 9db66026eb65ef943da08f6dcf42b0f2a80fe03e)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
class Foo {
|
||||
void foo(){}
|
||||
void bar() {
|
||||
foo();
|
||||
}
|
||||
}
|
||||
|
||||
class FooImpl extends Foo {
|
||||
void f<caret>oo() {
|
||||
super.foo();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user