TypeScript/tests/cases/fourslash/brokenClassErrorRecovery.ts

11 lines
187 B
TypeScript
Raw Normal View History

2015-03-02 23:41:44 +01:00
/// <reference path="fourslash.ts" />
////class Foo {
//// constructor() { var x = [1, 2, 3 }
////}
/////**/
////var bar = new Foo();
verify.not.errorExistsAfterMarker();