*** empty log message ***
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
print: a1 and: a2
|
||||
| t1 |
|
||||
| t1 t2 |
|
||||
<primitive: 3>
|
||||
t1 := #abcdefg.
|
||||
"a1 := 2341 arguments are not assignable"
|
||||
t1 prim2: a2.
|
||||
t2 := a2.
|
||||
t1 prim2: t2.
|
||||
super prim2: 999999.
|
||||
self prim2: 999999.
|
||||
^67891.
|
||||
|
Reference in New Issue
Block a user