b9cafe575 ^
0926754e6 ^
1
2
3 4 5 6 7
8
9 10 11
discard """ errormsg: "invalid type: 'untyped' in this context: 'proc (a: varargs[untyped])' for proc" line: 8 """ import typetraits proc foo(a:varargs[untyped]) = echo a[0].type.name foo(1)