Files
jak-project/goal_src/test/test-methods.gc
T
water111 27b865c0df Add methods and pointers (#53)
* method calls and sorting

* add more tests and fix some alias stuff
2020-09-19 16:50:42 -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