Files
swift-mirror/test/StringProcessing/Sema/Inputs/ShadowsStringProcessing.swift
Richard Wei 11154e5ff6 [Sema] Allow code to shadow definitions in implicit _StringProcessing module.
Treat _StringProcessing decls as if it were declared in the Swift module, just like how _Concurrency is treated (#34642).
2022-05-02 16:31:52 -07:00

5 lines
81 B
Swift

public struct Regex<T> {
public var someProperty: T?
public init() { }
}