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

8 lines
163 B
TypeScript

/// <reference path="fourslash.ts" />
////function alpha() {
////
////function beta() { /*1*/alpha()/*2*/; }
////
verify.not.errorExistsBetweenMarkers("1", "2");