TypeScript/tests/cases/fourslash/unclosedFunctionErrorRecovery.ts

8 lines
163 B
TypeScript
Raw Normal View History

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