Show
Ignore:
Timestamp:
08/14/08 06:57:27 (5 months ago)
Author:
Chuck.Esterbrook
Message:

* Fixed: Using ref on a variable that experienced an error causes an internal exception.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Source/BinaryOpExpr.cobra

    r1562 r1577  
    11141114                        on 'NOTIN', sw.write('!') 
    11151115                        on 'IN', pass 
    1116                         else: throw FallThroughException(_op) 
     1116                        else, throw FallThroughException(_op) 
    11171117                if _containsExpr 
    11181118                        _containsExpr.writeSharpDef(sw, parens)