[IR] Rename fqName to packageFqName for IrPackageFragment
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ fun excludeDeclarationsFromCodegen(context: WasmBackendContext, module: IrModule
|
||||
if (isExcluded(d)) {
|
||||
it.remove()
|
||||
// Move to "excluded" package fragment preserving fq-name
|
||||
context.getExcludedPackageFragment(file.fqName).addChild(d)
|
||||
context.getExcludedPackageFragment(file.packageFqName).addChild(d)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user