Minor: move comment to the member it was written for

Accidentally moved comment when refactored GenerationState
This commit is contained in:
Alexey Tsvetkov
2015-09-01 19:16:22 +03:00
parent 7101f9a3a4
commit 8ea6f36903
@@ -48,8 +48,8 @@ public class GenerationState jvmOverloads constructor(
disableInline: Boolean = false,
disableOptimization: Boolean = false,
public val diagnostics: DiagnosticSink = DiagnosticSink.DO_NOTHING,
// for PackageCodegen in incremental compilation mode
public val packagesWithObsoleteParts: Collection<FqName> = emptySet(),
// for PackageCodegen in incremental compilation mode
public val moduleId: String? = null,
// TODO: temporary hack, see JetTypeMapperWithOutDirectory state for details
public val outDirectory: File? = null,