tgenericsunderscore.nim 172 B

12345
  1. # issue #21435
  2. proc foo[_](x: typedesc[_]): string = "BAR" #[tt.Error
  3. ^ the special identifier '_' is ignored in declarations and cannot be used]#