TypeScript/tests/cases/fourslash/completionListAfterSlash.ts

9 lines
142 B
TypeScript
Raw Normal View History

2014-10-23 18:34:29 +02:00
/// <reference path='fourslash.ts' />
////var a = 0;
////a/./**/
goTo.marker();
// should not crash
verify.completionListIsEmpty();