Files
swift-mirror/test/ModuleInterface
Jordan Rose 8cf938261d [ModuleInterface] Don't include 'import Builtin' for the stdlib (#19319)
The special 'Builtin' module is implicitly imported via -parse-stdlib,
and can't be found via normal import resolution, so we shouldn't print
it in a textual interface.
2018-09-14 13:28:39 -07:00
..