Changeset 1781 for cobra/trunk/Source/Expr.cobra
- Timestamp:
- 11/28/08 20:11:01 (3 years ago)
- Files:
-
- 1 modified
-
cobra/trunk/Source/Expr.cobra (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Source/Expr.cobra
r1769 r1781 352 352 def afterStatementBindImp is override 353 353 base.afterStatementBindImp 354 if not .type inherits NilableType 355 if .type.isReference 356 .throwError('Must initialize this non-nil object type, or change the type to nilable (suffix a ?).') 354 if .type.isUninitializedForLocalVars 355 .throwError('Must initialize this non-nil object type, or change the type to nilable (suffix with ?).') 357 356 358 357



