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

8 lines
221 B
Plaintext

=== tests/cases/conformance/externalModules/topLevelAwaitErrors.4.ts ===
export {};
// reparse binding pattern as await should fail
var [await] = [1];
>await : Symbol(await, Decl(topLevelAwaitErrors.4.ts, 3, 5))