TypeScript/tests/cases/fourslash/unclosedStringLiteralErrorRecovery3.ts

11 lines
182 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;
////
////}
2014-07-13 01:04:16 +02:00
verify.not.errorExistsAfterMarker();