Source code
Revision control
Copy as Markdown
Other Tools
// |reftest| error:SyntaxError module
// 'await' is always a keyword when parsing modules.
function f() {
await;
}
// |reftest| error:SyntaxError module
// 'await' is always a keyword when parsing modules.
function f() {
await;
}