UNPKG

test262-parser-tests

Version:
8 lines (7 loc) 196 B
// reported from issue #60 void function () { var a; // this foo should be dropped a = function () { // this should be transformed to non-assignment expression return 1; }; }.b(this);