TypeScript/tests/cases/fourslash/completionListAfterInvalidCharacter.ts

11 lines
226 B
TypeScript

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