mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-05 04:40:28 +07:00
7 lines
135 B
Java
7 lines
135 B
Java
// "Suppress for statement with comment" "true"
|
|
public class Test {
|
|
public void run() {
|
|
//noinspection id
|
|
int <caret>i;
|
|
}
|
|
} |