Files
swift-mirror/test/Index/Inputs/implementation-only-imports-helper.swift
Jordan Rose 02e1a11e35 [Index] Don't index non-public imported declarations (#25865)
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
2019-06-28 16:57:29 -07:00

3 lines
60 B
Swift

public protocol SECRETProtocol {}
open class SECRETClass {}