swc/crates/swc_ecma_parser/tests/tsc/asyncFunctionDeclaration3_es6.ts

4 lines
69 B
TypeScript

// @target: ES6
// @noEmitHelpers: true
function f(await = await) {
}