mirror of
https://github.com/tc39/test262.git
synced 2025-11-01 12:13:48 +01:00
Automatic Semicolon Insertion hides an error here by transforming a long ReturnStatement into a ReturnStatement followed by an ExpressionStatement that is never reached. The conditions on the second line are thus never tested.