Files
swift-mirror/lib/Sema
Alexis Laferrière 4fe88c2720 Sema: Use internal import instead of @_implementationOnly on public imports of a private module
The error about a public import of a private module is raised when
a library-level API module imports a library-level SPI module without
a non-public access-level, `@_implementationOnly` attribute or
`@_spiOnly` attribute. Update the fixit to insert an `internal` instead
of a `@_implementationOnly`.
2024-09-10 13:22:57 -07:00
..
2024-09-04 15:13:47 -07:00
2024-09-04 15:13:47 -07:00