Closed Bug 352304 Opened 18 years ago Closed 15 years ago

Round-trip change with unary operator in parens

Categories

(Core :: JavaScript Engine, defect)

PowerPC
macOS
defect
Not set
minor

Tracking

()

RESOLVED DUPLICATE of bug 461269

People

(Reporter: jruderman, Unassigned)

References

Details

(Keywords: testcase)

js> function() { return 2 * (~3) }
function () {
    return 2 * -4;
}

js> function () {
    return 2 * -4;
}
function () {
    return -8;
}
Depends on: 373672
Current tracemonkey tip:

js> function() { return 2 * (~3) }
function () {
    return -8;
}
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.