TypeScript/tests/cases/fourslash/memberListErrorRecovery.ts

10 lines
214 B
TypeScript
Raw Normal View History

2015-03-02 23:41:44 +01:00
/// <reference path="fourslash.ts" />
////class Foo { static fun() { }; }
////
////Foo./**/;
/////*1*/var bar;
goTo.marker();
verify.completionListContains("fun");
2014-07-13 01:04:16 +02:00
verify.not.errorExistsAfterMarker("1");