Avatar
Kishikawa Katsumi 8/6/2021 12:45 AM
@_private(sourceFile: "FileName.swift")
Fully bypasses access control, allowing access to private declarations in the imported module. The imported module needs to be compiled with -Xfrontend -enable-private-imports for this to work.
これも便利そうだ