Changeset 2304 for cobra/trunk/Source/BinaryOpExpr.cobra
- Timestamp:
- 03/08/10 06:19:46 (2 years ago)
- Files:
-
- 1 modified
-
cobra/trunk/Source/BinaryOpExpr.cobra (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Source/BinaryOpExpr.cobra
r2297 r2304 962 962 base._bindImp 963 963 if not _type inherits NilableType 964 _type = NilableType(_type).bindAll to NilableType # CC: axe cast when 'as this' is supported964 _type = .typeProvider.nilableType(_type to !) 965 965 # warn about redundancy 966 966 if not .left.hasError and not .right.hasError



