mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-16 08:20:19 +07:00
compiling debugger: shift original context if on private, so 'make public' won't invalidate anchor (IDEA-132525)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Sample {
|
||||
pri<caret>vate int field;
|
||||
|
||||
int foo() {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user