"js" -> "kotlin.js"
This commit is contained in:
@@ -41,9 +41,9 @@ import java.util.List;
|
||||
|
||||
public final class TopDownAnalyzerFacadeForJS {
|
||||
public static final List<ImportPath> DEFAULT_IMPORTS = ImmutableList.of(
|
||||
new ImportPath("js.*"),
|
||||
new ImportPath("java.lang.*"),
|
||||
new ImportPath("kotlin.*")
|
||||
new ImportPath("kotlin.*"),
|
||||
new ImportPath("kotlin.js.*")
|
||||
);
|
||||
|
||||
private TopDownAnalyzerFacadeForJS() {
|
||||
|
||||
Reference in New Issue
Block a user