Changeset 1599 for cobra/trunk/Source/Members.cobra
- Timestamp:
- 08/28/08 06:47:54 (4 months ago)
- Files:
-
- 1 modified
-
cobra/trunk/Source/Members.cobra (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Source/Members.cobra
r1594 r1599 636 636 var _hasYieldStmt as bool 637 637 var _curStmtIndex as int # to implement .replaceChild 638 var _isCompilerGenerated as bool 638 639 var _sharpResultVarName = '' 639 640 … … 666 667 667 668 pro hasYieldStmt from var 669 670 pro isCompilerGenerated from var 668 671 669 672 def addStmt(stmt as Stmt) … … 1070 1073 1071 1074 def writeSharpParamCheck(param as Param, sw as SharpWriter) 1075 if .isCompilerGenerated, return 1072 1076 if param.type.isReference and not param.type inherits NilableType and not param.isOut 1073 1077 if .compiler.options.boolValue('include-nil-checks')
