mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
fix testdata
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Suppress for statement" "true"
|
||||
// "Suppress for statement with comment" "true"
|
||||
public class Test {
|
||||
public void run() {
|
||||
//noinspection id,unused
|
||||
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
// "Suppress for statement" "true"
|
||||
public class Test {
|
||||
public void run() {
|
||||
//noinspection id
|
||||
@SuppressWarnings("unused") int i;
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Suppress for statement" "true"
|
||||
// "Suppress for statement with comment" "true"
|
||||
public class Test {
|
||||
public void run() {
|
||||
//noinspection id
|
||||
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
// "Suppress for statement" "true"
|
||||
public class Test {
|
||||
public void run() {
|
||||
//noinspection id
|
||||
int <caret>i;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user