TypeScript/tests/cases/fourslash/completionListErrorRecovery.ts
2015-03-02 14:41:44 -08:00

13 lines
No EOL
316 B
TypeScript

/// <reference path="fourslash.ts" />
////class Foo { static fun() { }; }
////Foo./**/;
/////*1*/var bar;
// this line triggers a semantic/syntactic error check, remove line when 788570 is fixed
edit.insert('');
goTo.marker();
verify.memberListContains("fun");
verify.not.errorExistsAfterMarker("1");