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

12 lines
262 B
TypeScript

/// <reference path="fourslash.ts" />
////"an unclosed string is a terrible thing!
////
////class foo { public x() { } }
////var f = new foo();
////f./**/
goTo.marker();
// Error recovery for unclosed string literals
verify.memberListContains('x');