Changeset 1568
- Timestamp:
- 07/31/08 21:33:40 (4 months ago)
- Files:
-
- 1 modified
-
cobra/trunk/Source/Statements.cobra (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Source/Statements.cobra
r1566 r1568 1166 1166 Raise an event. 1167 1167 1168 TODO: give a good error message for the case where the user is trying to raise an exception1169 1168 TODO: test raising an inherited event, either from source or from binary 1170 TODO: support missing arguments such as 'this' and 'EventArgs()'1169 TODO: Test generic events. 1171 1170 """ 1172 1171
