summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/fields/bug1540787.js
blob: 2b57e31373ca3a7591ec2bfdf9cdf6dba8c2a0fc (plain)
1
2
3
4
class C {
    x = 1;
    constructor() {};
}