mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
test++
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
class Mapping {
|
||||
private Mapping myMapping;
|
||||
|
||||
public void <caret>method() {
|
||||
Mapping m2 = myMapping;
|
||||
}
|
||||
|
||||
public void context() {
|
||||
Mapping m2 = new Mapping();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user