mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Being part of the type of a private declaration isn't sufficient, because that could be used for the inferred type of a non-private variable/constant/property. Also, introduce a new kind of dependency test that shows both that a file A changes its interface based on a change in another file B, and that the swiftdeps output for file A includes the dependency on file B as cascading. https://bugs.swift.org/browse/SR-6149