12 lines
151 B
Plaintext
12 lines
151 B
Plaintext
object nil:
|
|
1
|
|
|
|
def pass:
|
|
nil
|
|
|
|
object inttrait:
|
|
def add(other):
|
|
self $int_add(other)
|
|
def eq(other):
|
|
self $int_eq(other)
|