mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-03 07:20:55 +07:00
6 lines
100 B
Java
6 lines
100 B
Java
public class Foo {
|
|
public int i;
|
|
public int <caret>method() {
|
|
return this.i;
|
|
}
|
|
} |