tfriends.nim 163 B

123456789101112
  1. discard """
  2. output: "3"
  3. """
  4. # Tests that a generic instantiation from a different module may access
  5. # private object fields:
  6. import mfriends
  7. echo gen[int]()