Show
Ignore:
Timestamp:
08/19/08 06:38:05 (5 months ago)
Author:
Chuck.Esterbrook
Message:

Enable ensure for extension methods (which are new since the last release).

Files:
1 modified

Legend:

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

    r1583 r1586  
    21562156                        sw.write('[.sharpThis], null);\n') 
    21572157                        sw.dedent 
    2158                 if not _codeMember.isShared 
     2158                if not _codeMember.isShared and not _codeMember.isExtensionMember 
    21592159                        sw.write('if (CobraCore._willCheckInvariant && _ih_invariantGuard == 0) {\n') 
    21602160                        sw.indent