blob: ae5db056ae4fd9588bc9a764791e68aa197e852d [file] [log] [blame]
This test checks that variable declarations with initializers inside of catch and with blocks do not set values in a deeper scope.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS catchTest() is 'foo'
PASS catchTest2() is 'baz'
PASS withTest() is 'foo'
PASS withTest2() is 'baz'
PASS successfullyParsed is true
TEST COMPLETE