[IR] Drop TODO from IrModuleFragmentImpl
This TODO doesn't have any description, and it is already hard to understand what the author meant.
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ class IrModuleFragmentImpl(
|
|||||||
override val irBuiltins: IrBuiltIns,
|
override val irBuiltins: IrBuiltIns,
|
||||||
files: List<IrFile> = emptyList(),
|
files: List<IrFile> = emptyList(),
|
||||||
) : IrModuleFragment() {
|
) : IrModuleFragment() {
|
||||||
override val name: Name get() = descriptor.name // TODO
|
override val name: Name get() = descriptor.name
|
||||||
|
|
||||||
override val files: MutableList<IrFile> = files.toMutableList()
|
override val files: MutableList<IrFile> = files.toMutableList()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user