Remove unused files

This commit is contained in:
Nikolay Krasko
2017-01-11 18:27:44 +03:00
parent abe2ad155c
commit 0cbe19b930
4 changed files with 0 additions and 17 deletions
@@ -1,6 +0,0 @@
import org.intellij.lang.annotations.Language;
public class Test {
public Test(@Language("HTML") String str) {
}
}
@@ -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") }