TypeScript/tests/cases/fourslash/unclosedFunctionErrorRecovery.ts
2015-03-02 14:41:44 -08:00

8 lines
170 B
TypeScript

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