TypeScript/tests/cases/fourslash/completionListErrorRecovery2.ts
2014-07-29 12:17:44 -07:00

13 lines
318 B
TypeScript

/// <reference path="fourslash.ts" />
////class Foo { static bar() { return "x"; } }
////var baz = Foo/**/;
/////*1*/baz.concat("y");
// this line triggers a semantic/syntactic error check, remove line when 788570 is fixed
edit.insert('');
goTo.marker();
edit.insert(".b");
verify.not.errorExistsAfterMarker("1");