Files
Anna.Kozlova 399e59e8dd fix testdata
2016-04-21 14:33:04 +02:00

7 lines
144 B
Java

// "Suppress for statement with comment" "true"
public class Test {
public void run() {
//noinspection id,unused
int <caret>i;
}
}