mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-15 11:58:18 +07:00
test++
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class Mapping {
|
||||
private int myInt;
|
||||
private Mapping myMapping = new Mapping();
|
||||
public void <caret>method() {
|
||||
Mapping m = new Mapping();
|
||||
myInt += m.hashCode();
|
||||
}
|
||||
public void context() {
|
||||
myInt += myMapping.hashCode();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user