summaryrefslogtreecommitdiffstats
path: root/js/src/tests/non262/fields/await-identifier-module-3.js
blob: 3b0400dc07fc21d6e6b6735f1e87391aa4a60496 (plain)
1
2
3
// |reftest| error:SyntaxError module

async () => class { x = await 1 };