mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 06:39:38 +07:00
test++
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class Mapping {
|
||||
private Mapping myMapping;
|
||||
|
||||
public void <caret>method(Mapping m) {
|
||||
m = null;
|
||||
}
|
||||
|
||||
public void context() {
|
||||
this.myMapping = null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user