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

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