mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Treat _StringProcessing decls as if it were declared in the Swift module, just like how _Concurrency is treated (#34642).
5 lines
81 B
Swift
5 lines
81 B
Swift
public struct Regex<T> {
|
|
public var someProperty: T?
|
|
public init() { }
|
|
}
|