We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4e23e commit aea01d9Copy full SHA for aea01d9
compiler/cli/src/org/jetbrains/jet/cli/jvm/compiler/KotlinToJVMBytecodeCompiler.java
@@ -77,7 +77,7 @@ public static ClassFileFactory compileModule(
77
throw new CompileEnvironmentException("No source files where defined");
78
}
79
80
- // TODO creating environment copy each time — not good. original environment shouldn't be passed at all
+ // TODO creating environment copy each time - not good. original environment shouldn't be passed at all
81
CompilerConfiguration compilerConfiguration = configuration.getEnvironment().getConfiguration().copy();
82
for (String sourceFile : moduleBuilder.getSourceFiles()) {
83
File source = new File(sourceFile);
0 commit comments