Files
coffeescript/test/fixtures/execution/test_assign_to_try_catch.coffee

8 lines
159 B
CoffeeScript

result: try
nonexistent * missing
catch error
true
result2: try nonexistent * missing catch error then true
print(result is true and result2 is true)