git.fiddlerwoaroof.com
fiddlerwoaroof authored on 21/09/2017 20:29:21
Showing 1 changed files
... ...
@@ -96,7 +96,11 @@
96 96
   (defclass test-sub1 (test-base)
97 97
     ())
98 98
   (defclass test-sub2 (test-base)
99
-    ((b :initform 2))))
99
+    ((b :initform 2)))
100
+  (closer-mop:ensure-class 'test-base)
101
+  (closer-mop:ensure-class 'test-sub1)
102
+  (closer-mop:ensure-class 'test-sub2)
103
+  )
100 104
 
101 105
 (defmethod patmatch:handle-pattern append ((pattern test-base) form &rest args)
102 106
   (alexandria:when-let ((arg (getf args :a)))