mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
test++
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
class Mapping1 {
|
||||
private int myInt;
|
||||
public void method() {
|
||||
Object o = this;
|
||||
}
|
||||
public void context() {
|
||||
method();
|
||||
}
|
||||
}
|
||||
|
||||
class Mapping2 {
|
||||
private int myInt;
|
||||
public void context() {
|
||||
Object o = this;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user