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

5 lines
92 B
TypeScript

// @target: es6
// @filename: a.ts
async function f() {}
// @filename: b.ts
function g() { }