Replaced non-ASCII symbol to fix compilation.

This commit is contained in:
Evgeny Gerashchenko
2012-07-23 18:36:11 +04:00
parent 0c4e23e438
commit aea01d9638
@@ -77,7 +77,7 @@ public class KotlinToJVMBytecodeCompiler {
throw new CompileEnvironmentException("No source files where defined");
}
// 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
CompilerConfiguration compilerConfiguration = configuration.getEnvironment().getConfiguration().copy();
for (String sourceFile : moduleBuilder.getSourceFiles()) {
File source = new File(sourceFile);