TypeScript/tests/cases/fourslash/completionListInUnclosedTypeOfExpression02.ts

8 lines
179 B
TypeScript
Raw Normal View History

2015-03-17 20:21:35 +01:00
/// <reference path='fourslash.ts' />
////var x;
////var y = (p) => typeof /*1*/
goTo.marker("1");
verify.completionListContains("x");
verify.completionListContains("p");