TypeScript/tests/cases/fourslash/completionListAfterSlash.ts
2014-10-23 09:34:29 -07:00

9 lines
142 B
TypeScript

/// <reference path='fourslash.ts' />
////var a = 0;
////a/./**/
goTo.marker();
// should not crash
verify.completionListIsEmpty();