mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 14:17:48 +07:00
GitOrigin-RevId: 3aae5c738d48c38144f6a78c36738121831ae5a5
7 lines
95 B
Java
7 lines
95 B
Java
class X {
|
|
private int myI;
|
|
void foo() {
|
|
<selection>int i = this.myI;</selection>
|
|
}
|
|
}
|