mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
inplace members rename tests
(cherry picked from commit 9db66026eb65ef943da08f6dcf42b0f2a80fe03e)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
public class Constructor {
|
||||
public Constructor() {
|
||||
}
|
||||
void foo() {
|
||||
final Constructor constructor = new Co<caret>nstructor();
|
||||
System.out.println(constructor);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user