TypeScript/tests/cases/fourslash/completionListInUnclosedTypeOfExpression01.ts
2015-03-17 12:21:35 -07:00

7 lines
135 B
TypeScript

/// <reference path='fourslash.ts' />
////var x;
////var y = typeof /*1*/
goTo.marker("1");
verify.completionListContains("x");