swc/crates/swc_ecma_codegen/tests/test262/2207b24e625f30db.js

5 lines
62 B
JavaScript

(function() {
var a = {};
a.b = (c(), 1); // ok
}());