Closed Bug 381207 Opened 17 years ago Closed 11 years ago

Unnecessary parens with number in E4X filtering predicate operator

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
minor

Tracking

()

RESOLVED WONTFIX

People

(Reporter: jruderman, Unassigned)

Details

(Keywords: testcase)

js> (function() { x.(5) }) 
function () {
    x.((5));
}

Found by a version of jsfunfuzz that looks for unnecessary parens.
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.