module Root { module A { header "A.h" } module B { header "B.h" export * } } "B.h" includes "A.h". Swift file: import Root.B; // B is red
確定! 回上一頁