Closed Bug 381204 Opened 17 years ago Closed 11 years ago

Unnecessary parens in decompilation of parameterized e4x literal

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: jruderman, Unassigned)

Details

(Keywords: testcase)

js> (function() { return <{x}/> / 3; })
function () {
    return (<{x}/>) / 3;
}

Found by an extension to jsfunfuzz that tests for unnecessary parentheses.
e4x support has been removed (bug 788293).
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.