Files
jak-project/test/goalc/source_templates/methods/methods.static.gc
T
2020-10-08 00:05:01 -04:00

4 lines
177 B
Common Lisp

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