summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/fields/mixed_methods.js
blob: ae66cd91294067f2cd37c0f8fa3a321eb0252654 (plain)
1
2
3
4
5
6
7
8
9
class C {
    x;
    y(){}
    z = 2;
    w(){};
}

if (typeof reportCompare === "function")
  reportCompare(true, true);