Wiki
Show
Ignore:
Timestamp:
03/08/10 06:19:46 (2 years ago)
Author:
Chuck.Esterbrook
Message:

Code cleanup. In CobraType?.memberForName, assert that the type .didBindInh and .didBindInt. Also, create all nilable types through .typeProvider.nilableType(t) and cache.

Files:
1 modified

Legend:

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

    r2299 r2304  
    220220            return type.greatestCommonDenominatorWith(this) 
    221221        if type inherits NilType 
    222             return NilableType(this) 
     222            return .typeProvider.nilableType(this) 
    223223        if .isDescendantOf(type) 
    224224            return type