mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
macros.treeRepr + friends: collapse SymChoice (#18072)
* macros.treeRepr + friends: collapse SymChoice * make repr+friends work with invalid symchoice nodes * address comment
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
#[
|
||||
xxx macros tests need to be reorganized to makes sure each API is tested once
|
||||
See also:
|
||||
tests/macros/tdumpast.nim for treeRepr + friends
|
||||
]#
|
||||
|
||||
import std/macros
|
||||
|
||||
block: # hasArgOfName
|
||||
|
||||
Reference in New Issue
Block a user