TypeScript/tests/cases/fourslash/getOccurrencesAsyncAwait3.ts
2018-05-09 22:42:44 +08:00

11 lines
251 B
TypeScript

/// <reference path='fourslash.ts' />
// Not valid TS ('await' expression is only allowed within an async function.)
////a/**/wait 100;
////async function f() {
//// await 300;
////}
goTo.marker();
verify.occurrencesAtPositionCount(0);