mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 01:09:46 +07:00
test++
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class A {
|
||||
private int i;
|
||||
private int j;
|
||||
|
||||
public A(int i, int j) {
|
||||
<selection>this.i = i;</selection>
|
||||
this.j = j;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user