TypeScript/tests/cases/fourslash/memberListErrorRecovery.ts

10 lines
201 B
TypeScript
Raw Normal View History

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