summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/class/bug1359622.js
blob: cbea4a4f7cd1ebc683922bdf6e891a5ef42f6757 (plain)
1
2
3
4
var g = newGlobal({ discardSource: true });
g.evaluate(`
  unescape(class get { static staticMethod() {} });
`);