mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-252714 [java] use anchor if request is coming from tree child of target class
GitOrigin-RevId: 8248fb4f61867773b41c5274b52f2e73b3867972
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5ee07a5589
commit
932ea20745
+7
@@ -0,0 +1,7 @@
|
||||
// "Create field 'i' in 'A'" "true"
|
||||
class A {
|
||||
private int i<caret>;
|
||||
Object o = new Object() {
|
||||
|
||||
public void f(A a) {
|
||||
a.i = 0;
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
// "Create field 'i' in 'A'" "true"
|
||||
class A {
|
||||
Object o = new Object() {
|
||||
|
||||
public void f(A a) {
|
||||
a.<caret>i = 0;
|
||||
Reference in New Issue
Block a user