summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/fields/bug1571289.js
blob: 8ae8c38d365c7cc1167908c86a4d54d8d47026f3 (plain)
1
2
3
4
5
6
class C66 {
    0 = class {
        static set name(x) {}
    };
}
new C66();