compilation

This commit is contained in:
Leonid Shalupov
2012-04-09 22:37:10 +04:00
parent c08965c336
commit 083ade9f68
@@ -48,7 +48,7 @@ public class K2JSCompilerPlugin implements CompilerPlugin {
Config config = new Config(project) { Config config = new Config(project) {
@NotNull @NotNull
@Override @Override
public List<JetFile> getLibFiles() { protected List<JetFile> generateLibFiles() {
return new ArrayList<JetFile>(); return new ArrayList<JetFile>();
} }
}; };