TypeScript/tests/cases/fourslash/unclosedStringLiteralErrorRecovery2.ts

13 lines
218 B
TypeScript
Raw Normal View History

2015-03-02 23:41:44 +01:00
/// <reference path="fourslash.ts" />
////function alpha() {
////
//// var x = "x\
//// var y = 1;
//// function beta() { }
//// beta(;
//// /**/
////}
verify.not.errorExistsAfterMarker();