Advertisement
tinyevil

Untitled

Jul 6th, 2018
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. namespace outter{
  2.  
  3. function foo():inner.Bar{}
  4. struct Foo{}
  5.  
  6. namespace inner{
  7. struct Bar{}
  8.  
  9. function bar():Foo { foo(); }
  10. }
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement