summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/fields/bug1702423.js
blob: fe9ab49910c8541cab928c30cddab24110b9ea7f (plain)
1
2
3
4
5
6
// Bug 1702423

for (let a of []);
b = class {
    static [1] // Computed field name 1, no initializer.
}