Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nim 0.14 KB | None | 0 0
  1. Works:
  2. type
  3.   Test = object
  4.     t : TestA
  5.   TestA = int
  6.  
  7. Does not work:
  8.  
  9. type
  10.   Test = object
  11.     t : TestA
  12.  
  13. type TestA = int
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement