TypeScript/tests/cases/conformance/externalModules/topLevelAwaitErrors.5.ts
Ron Buckton fe33e61823
Reparse top level 'await' in modules (#39084)
* Reparse top-level 'await' in modules

* Add more tests and additional diagnostics

* One more incremental parse test
2020-06-18 23:43:18 -07:00

7 lines
112 B
TypeScript

// @target: esnext
// @module: esnext
// await in exported class name should fail
export class await {
}