TypeScript/tests/cases/fourslash/completionListAfterInvalidCharacter.ts

12 lines
231 B
TypeScript

/// <reference path="fourslash.ts" />
////// Completion after invalid character
////module testModule {
//// export var foo = 1;
////}
////@
////testModule./**/
goTo.marker();
verify.completionListContains("foo");