TypeScript/tests/cases/fourslash/completionListErrorRecovery2.ts

10 lines
219 B
TypeScript

/// <reference path="fourslash.ts" />
////class Foo { static bar() { return "x"; } }
////var baz = Foo/**/;
/////*1*/baz.concat("y");
goTo.marker();
edit.insert(".b");
verify.not.errorExistsAfterMarker("1");