mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
11154e5ff6
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() { }
|
|
}
|