mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
moving tests
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
class <caret>A {
|
||||
private int b;
|
||||
|
||||
private class B {
|
||||
private int b;
|
||||
|
||||
void doTest() {
|
||||
b = A.this.b;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class User {
|
||||
A a = new A();
|
||||
}
|
||||
Reference in New Issue
Block a user