Changeset 4128 for trunk/ProjectFortress/other_compiler_tests
- Timestamp:
- 09/04/09 12:18:45 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/ProjectFortress/other_compiler_tests/FieldAccess.fss
r3955 r4128 33 33 34 34 (* Field ref not yet implemented, sigh. *) 35 f(o:O):() = jPrintln(o.a)35 f(o:O):() = jPrintln(o.a) 36 36 f(o:Z):() = jPrintln("Hi!") 37 37

