mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-06-05 12:03:58 +07:00
aae0232446
like unused symbol: can be error in editor
5 lines
133 B
Java
5 lines
133 B
Java
public class Test {
|
|
public static void main(String[] args) {
|
|
int <error descr="Variable 'k' is never used">k</error> = 0;
|
|
}
|
|
} |