mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Apart from mildly speeding up indexing, this also keeps the compiler from running into issues with implementation-only imports that may not be present while we're trying to index. rdar://problem/52083709
3 lines
60 B
Swift
3 lines
60 B
Swift
public protocol SECRETProtocol {}
|
|
open class SECRETClass {}
|