Changeset 1578 for cobra/trunk/Tests/800-warnings/400-no-warnings.cobra
- Timestamp:
- 08/14/08 07:29:14 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
cobra/trunk/Tests/800-warnings/400-no-warnings.cobra
r1574 r1578 18 18 _onBumpEvent(ev) 19 19 assert this.rCount # .no-warnings. warning:unnecessary this literal 20 20 # commented out code 21 #.foo.bar 22 # .foo.bar 23 # .foo.bar 24 #.foo.bar 25 # .foo.bar 26 # .foo.bar 21 27 22 28 def doBump(source as Object, eArgs as EventArgs) … … 30 36 assert e.rCount == 2 31 37 32 j=99 # .no-warnings. warning: never used38 j=99 # .no-warnings. warning: never used 33 39 a = 99 34 40 if (a < 10) # .no-warnings. warning: Unnecessary parens
