2021222324252627
public CompilationConfiguration() { sources = new SourcePaths(); testSources = new SourcePaths(); libraries = new LibraryPaths(); debug = false; }
3637383940414243