TypeScript/tests/baselines/reference/topLevelAwaitErrors.6(module=esnext).js
Kagami Sascha Rosylight 2161e1852f
Add module: es2022 (#44656)
Closes #44653
2021-09-29 17:44:57 -07:00

11 lines
223 B
TypeScript

//// [topLevelAwaitErrors.6.ts]
// await in exported function name should fail
export function await() {
}
//// [topLevelAwaitErrors.6.js]
// await in exported function name should fail
export function await() {
}