TypeScript/tests/cases/fourslash/getOccurrencesAsyncAwait2.ts

12 lines
243 B
TypeScript

/// <reference path='fourslash.ts' />
////[|a/**/sync|] function f() {
//// [|await|] 100;
//// [|await|] [|await|] 200;
//// return [|await|] async function () {
//// await 300;
//// }
////}
verify.rangesAreOccurrences(false);