Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // a.jf
- namespace qwe{
- }
- // b.jf
- namespace qwe{
- }
- // ab.jf
- namespace qwe{
- public import qwe from a;
- public import qwe from b;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement