TypeScript/tests/cases/fourslash/completionListAfterInvalidCharacter.ts

11 lines
226 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path="fourslash.ts" />
////// Completion after invalid character
////module testModule {
//// export var foo = 1;
////}
////@
2014-07-13 01:04:16 +02:00
////testModule./**/
verify.completions({ marker: "", exact: "foo" });