Files
jak-project/test/goalc/source_templates/methods/methods.static.gc
T
2020-10-09 13:23:41 -04:00

6 lines
202 B
Common Lisp

(define format _format)
(format #t "~A~A~%" (eq? (-> process method-table 2) (method process print))
(eq? (-> string method-table 3) (method "test" inspect))
)
0