Commit Graph

2 Commits

Author SHA1 Message Date
Jordan Rose
613b194025 [IDE] Honer @testable for top-level completions as well.
This is the last planned Swift-side fix for testability in this release!

rdar://problem/17732115

Swift SVN r26949
2015-04-03 20:20:17 +00:00
Jordan Rose
e524e96beb [test] Add a code completion test for @testable.
...which isn't quite working yet. Because we cache the results of top-level
lookups into modules, we can't see testable decls at the top level yet.
However, I think that's the only known issue with testability at this point,
so we can move ahead with the feature.

Swift SVN r26846
2015-04-02 02:57:40 +00:00