develar
2012-05-13 19:44:48 +04:00
committed by pTalanov
parent c6223fc0c2
commit e0be72d5b5
25 changed files with 307 additions and 130 deletions
@@ -41,7 +41,7 @@ public final class TestConfig extends Config {
private /*var*/ List<JetFile> jsLibFiles = null;
public TestConfig(@NotNull Project project) {
super(project);
super(project, null);
}
@NotNull