swc/ecmascript/codegen/tests/references/16b9227a4a41bc7e.js

5 lines
101 B
JavaScript
Raw Normal View History

function a() {
// If foo is null or undefined, this should be an exception
var { a , b } = c;
}