summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/bug-1263355-15.js
blob: 409ead51d53b473bac5e95934fc0052782f2c65b (plain)
1
2
3
4
// Adapted from randomly chosen test: js/src/jit-test/tests/parser/yield-in-formal-destructuring.js
function f({
    [e]: {}
}) {}