OSDN Git Service

list literal
[happyabc/happyabc.git] / scm / example / static.pending
1 ;;; 42
2 (define-class Foo (Object) ())
3 (define-static-method f (Foo)
4   42)
5
6 (trace (f Foo))