Remove unused files
This commit is contained in:
-6
@@ -1,6 +0,0 @@
|
|||||||
import org.intellij.lang.annotations.Language;
|
|
||||||
|
|
||||||
public class Test {
|
|
||||||
public Test(@Language("HTML") String str) {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-3
@@ -1,3 +0,0 @@
|
|||||||
fun bar() {
|
|
||||||
Test("<caret>some")
|
|
||||||
}
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
import org.intellij.lang.annotations.Language;
|
|
||||||
|
|
||||||
public class Test {
|
|
||||||
public static void foo(@Language("HTML") String str) {}
|
|
||||||
}
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
import some.Test
|
|
||||||
|
|
||||||
fun bar() { Test.foo("<caret>some") }
|
|
||||||
Reference in New Issue
Block a user