TypeScript/tests/cases/fourslash/unclosedStringLiteralErrorRecovery2.ts

13 lines
206 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path="fourslash.ts" />
////function alpha() {
////
//// var x = "x\
//// var y = 1;
//// function beta() { }
//// beta(;
//// /**/
////}
verify.not.errorExistsAfterMarker();