Changeset 3958 for trunk/ProjectFortress/astgen
- Timestamp:
- 07/15/09 10:47:02 (4 months ago)
- Files:
-
- 1 modified
-
trunk/ProjectFortress/astgen/Fortress.ast (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ProjectFortress/astgen/Fortress.ast
r3954 r3958 934 934 */ 935 935 MethodInvocation(Expr obj, Id method, 936 List<StaticArg> staticArgs, Expr arg); 936 List<StaticArg> staticArgs, 937 Expr arg, 938 Option<Type> overloadingType = Option.<Type>none()); 937 939 /** 938 940 * primary expression without any dots

