Show
Ignore:
Timestamp:
08/18/08 12:28:50 (5 months ago)
Author:
Chuck.Esterbrook
Message:

Code cleanup.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Source/Attributes.cobra

    r1573 r1583  
    6565                                sw.write(sep) 
    6666                                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 
    6868                                        sw.write('=') 
    6969                                        arg = arg.right