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

async () => class { [await] = 1 };