TypeScript/tests/cases/fourslash/unclosedFunctionErrorRecovery3.ts

7 lines
222 B
TypeScript
Raw Normal View History

2015-03-02 23:41:44 +01:00
/// <reference path="fourslash.ts" />
// @allowUnreachableCode: true
2015-03-02 23:41:44 +01:00
//// class alpha { static beta() return 5; } }
//// /**/ var gamma = alpha.beta() * 5;
2014-07-13 01:04:16 +02:00
verify.not.errorExistsAfterMarker();