mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
remove unused test data
This commit is contained in:
-6
@@ -1,6 +0,0 @@
|
||||
// "Qualify static call..." "true"
|
||||
class Test {
|
||||
void m() {
|
||||
staticMet<caret>hod();
|
||||
}
|
||||
}
|
||||
-8
@@ -1,8 +0,0 @@
|
||||
// "Qualify static call..." "true"
|
||||
package org.intellij;
|
||||
|
||||
class Test {
|
||||
void m() {
|
||||
staticMet<caret>hod();
|
||||
}
|
||||
}
|
||||
-6
@@ -1,6 +0,0 @@
|
||||
// "Import static method 'java.lang.Integer.parseInt'" "true"
|
||||
class Test {
|
||||
void m() {
|
||||
staticMet<caret>hod();
|
||||
}
|
||||
}
|
||||
-8
@@ -1,8 +0,0 @@
|
||||
// "Import static method 'java.lang.Integer.parseInt'" "true"
|
||||
package org.intellij;
|
||||
|
||||
class Test {
|
||||
void m() {
|
||||
staticMet<caret>hod();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user