Minor: move comment to the member it was written for
Accidentally moved comment when refactored GenerationState
This commit is contained in:
@@ -48,8 +48,8 @@ public class GenerationState jvmOverloads constructor(
|
|||||||
disableInline: Boolean = false,
|
disableInline: Boolean = false,
|
||||||
disableOptimization: Boolean = false,
|
disableOptimization: Boolean = false,
|
||||||
public val diagnostics: DiagnosticSink = DiagnosticSink.DO_NOTHING,
|
public val diagnostics: DiagnosticSink = DiagnosticSink.DO_NOTHING,
|
||||||
// for PackageCodegen in incremental compilation mode
|
|
||||||
public val packagesWithObsoleteParts: Collection<FqName> = emptySet(),
|
public val packagesWithObsoleteParts: Collection<FqName> = emptySet(),
|
||||||
|
// for PackageCodegen in incremental compilation mode
|
||||||
public val moduleId: String? = null,
|
public val moduleId: String? = null,
|
||||||
// TODO: temporary hack, see JetTypeMapperWithOutDirectory state for details
|
// TODO: temporary hack, see JetTypeMapperWithOutDirectory state for details
|
||||||
public val outDirectory: File? = null,
|
public val outDirectory: File? = null,
|
||||||
|
|||||||
Reference in New Issue
Block a user