Sort baseline reference identifier by name

This commit is contained in:
Evan Sebastian 2016-05-22 22:23:41 +07:00
parent 81ee9687e7
commit 63291d1de0

View File

@ -17,4 +17,4 @@ exports.foo = foo = 3;
var baz = 3;
exports.baz = baz;
exports.quux = baz;
exports.quux = exports.baz = baz = 4;
exports.baz = exports.quux = baz = 4;