mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 20:54:49 +07:00
9 lines
171 B
Java
9 lines
171 B
Java
class Test {
|
|
private static int count = 0;
|
|
|
|
public <error descr="Invalid method declaration; return type required">FieldCanBeLocal</error>() {
|
|
count = count + 1;
|
|
}
|
|
|
|
}
|