Files
swift-mirror/test/ParseableInterface/Inputs/imports-submodule-order/module.modulemap
Jordan Rose 73d5ebaad2 Rename "textual interface" to "parseable interface" (#19713)
We already have something called "module interfaces" -- it's the
generated interface view that you can see in Xcode, the interface
that's meant for developers using a library. Of course, that's also a
textual format. To reduce confusion, rename the new module stability
feature to "parseable [module] interfaces".
2018-10-04 17:49:55 -07:00

8 lines
89 B
Plaintext

module X {
explicit module Submodule {}
}
module Y {
explicit module Submodule {}
}