Changeset 3968 for trunk/ProjectFortress/astgen
- Timestamp:
- 07/17/09 12:49:38 (4 months ago)
- Files:
-
- 1 modified
-
trunk/ProjectFortress/astgen/Fortress.ast (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ProjectFortress/astgen/Fortress.ast
r3958 r3968 923 923 * after inferring the implicit coercion invocations 924 924 */ 925 CoercionInvocation(BaseType toType, 926 List<StaticArg> staticArgs, Expr arg); 925 CoercionInvocation(Type toType, 926 List<StaticArg> staticArgs, 927 Expr arg); 927 928 /** 928 929 * a method invocation

