tgenericbodyreturn2.nim 190 B

123456789101112
  1. discard """
  2. errormsg: "cannot instantiate: 'T'"
  3. file: "system.nim"
  4. """
  5. # issue #24091
  6. type M[V] = object
  7. type Foo = object # notice not generic
  8. x: typeof(default(M))
  9. echo Foo() # ()