Refactorings, reformatting code, applying code style and other cleanup

This commit is contained in:
Ilya Chernikov
2015-09-08 17:28:31 +02:00
parent d448602cb2
commit 96558c52ff
7 changed files with 570 additions and 576 deletions
@@ -35,8 +35,8 @@ public class CompilerDaemonTest : KotlinIntegrationTestBase() {
data class CompilerResults(val resultCode: Int, val out: String)
val daemonOptions = DaemonOptions(runFilesPath = tmpdir.absolutePath)
val daemonJVMOptions = DaemonJVMOptions()
val daemonOptions by lazy { DaemonOptions(runFilesPath = tmpdir.absolutePath) }
val daemonJVMOptions by lazy { DaemonJVMOptions() }
val compilerId by lazy { CompilerId.makeCompilerId( File(KotlinIntegrationTestBase.getCompilerLib(), "kotlin-compiler.jar"),
File("dependencies/bootstrap-compiler/Kotlin/kotlinc/lib/kotlin-runtime.jar"),
File("dependencies/bootstrap-compiler/Kotlin/kotlinc/lib/kotlin-reflect.jar")) }