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

10 lines
No EOL
210 B
TypeScript

/// <reference path="fourslash.ts" />
////class Foo { static fun() { }; }
////
////Foo./**/;
/////*1*/var bar;
goTo.marker();
verify.memberListContains("fun");
verify.not.errorExistsAfterMarker("1");