Wiki
Show
Ignore:
Timestamp:
03/10/10 06:47:00 (2 years ago)
Author:
Chuck.Esterbrook
Message:

Fixed: The compiler does not find valid extension methods in some circumstances.

Files:
1 modified

Legend:

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

    r2299 r2305  
    1 interface INameSpaceMember 
    2     inherits IMember, ISyntaxNode 
     1interface INameSpaceMember inherits IMember, ISyntaxNode 
    32    """ 
    43    Anything that can be a member of a namespace should implement INameSpaceMember.