compiling debugger: shift original context if on private, so 'make public' won't invalidate anchor (IDEA-132525)

This commit is contained in:
Anna Kozlova
2014-11-10 17:53:58 +01:00
parent 97ca5a97be
commit a05adb95b5
3 changed files with 29 additions and 1 deletions
@@ -0,0 +1,7 @@
class Sample {
pri<caret>vate int field;
int foo() {
return 1;
}
}