Amend stuffs
This commit is contained in:
parent
8bafa1b4da
commit
e4eec0749f
2 changed files with 2 additions and 2 deletions
tests
|
@ -59,9 +59,9 @@
|
|||
"child1"
|
||||
"child2"))))
|
||||
|
||||
(defhsx comp1 #'%comp1)
|
||||
(defun %comp1 (&key prop1 prop2 children)
|
||||
(declare (ignore prop1 prop2 children)))
|
||||
(defhsx comp1 #'%comp1)
|
||||
|
||||
(defcomp comp2 (&key prop1 prop2 children)
|
||||
(declare (ignore prop1 prop2 children)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue