remove unused test data

This commit is contained in:
Dmitry Batkovich
2017-07-13 15:24:22 +03:00
parent d4c929ef95
commit ff0ef41196
4 changed files with 0 additions and 28 deletions
@@ -1,6 +0,0 @@
// "Qualify static call..." "true"
class Test {
void m() {
staticMet<caret>hod();
}
}
@@ -1,8 +0,0 @@
// "Qualify static call..." "true"
package org.intellij;
class Test {
void m() {
staticMet<caret>hod();
}
}
@@ -1,6 +0,0 @@
// "Import static method 'java.lang.Integer.parseInt'" "true"
class Test {
void m() {
staticMet<caret>hod();
}
}
@@ -1,8 +0,0 @@
// "Import static method 'java.lang.Integer.parseInt'" "true"
package org.intellij;
class Test {
void m() {
staticMet<caret>hod();
}
}