swc/crates/swc_ecma_parser/tests/tsc/topLevelAwait.3.ts

8 lines
194 B
TypeScript

// @target: esnext
// @module: esnext
// @filename: index.d.ts
// await keyword allowed as identifier in a declaration file
export {};
declare const await: any;
declare class C extends await {}