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

4 lines
61 B
TypeScript

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