mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
If file A extends a common type (say, Dictionary), but only adds new members, other files using Dictionary don't need to be recompiled if they definitively don't use those members. That should be working now. Swift SVN r30286