Changeset 1583 for cobra/trunk/Source/Attributes.cobra
- Timestamp:
- 08/18/08 12:28:50 (5 months ago)
- Files:
-
- 1 modified
-
cobra/trunk/Source/Attributes.cobra (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Source/Attributes.cobra
r1573 r1583 65 65 sw.write(sep) 66 66 if arg inherits AssignExpr 67 sw.write( Utils.capped((arg.left to dynamic).name))67 sw.write(((arg.left to dynamic).name to String).capped) # CC: wouldn't need this if extension methods were registered with dynamic binder 68 68 sw.write('=') 69 69 arg = arg.right
