Changes in tests/collections/stack.cfa [62a7cc0:de2f969]
- File:
-
- 1 edited
-
tests/collections/stack.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/collections/stack.cfa
r62a7cc0 rde2f969 38 38 sout | nl; 39 39 40 sout | head( fred).i | nl;40 sout | head(fred).i | nl; 41 41 42 42 for ( i; 9 ) { … … 70 70 void ?{}( Mary & mary, int p ) with( mary ) { 71 71 ((Fred &)mary){ p }; 72 j = p;72 j = i = p; 73 73 } 74 74
Note:
See TracChangeset
for help on using the changeset viewer.