TypeScript/tests/cases/fourslash/memberListErrorRecovery.ts

9 lines
174 B
TypeScript

/// <reference path="fourslash.ts" />
////class Foo { static fun() { }; }
////
////Foo./**/;
/////*1*/var bar;
verify.completions({ marker: "", includes: "fun" });