Delete default "import jet.*" from JS analyzer

This commit is contained in:
Alexander Udalov
2014-03-03 22:43:31 +04:00
parent 3a0a688ebc
commit d5e9cadccf
@@ -49,7 +49,6 @@ public final class AnalyzerFacadeForJS {
public static final List<ImportPath> DEFAULT_IMPORTS = ImmutableList.of(
new ImportPath("js.*"),
new ImportPath("java.lang.*"),
new ImportPath("jet.*"),
new ImportPath("kotlin.*"));
private AnalyzerFacadeForJS() {