74c6500a3 ^
1105d0364 ^
a3f19c87f ^
1
2
3 4
5 6 7 8 9
10 11
12
13
discard """ errormsg: "Expected a node of kind nnkCharLit, got nnkCommand" file: "tmacroerrorproc.nim" line: 13 """ # issue #4915 import macros macro mixer(n: typed): untyped = expectKind(n[0], nnkCharLit) mixer: echo "owh"