TypeScript/tests/cases/fourslash_old/unclosedFunctionErrorRecovery3.ts
2014-07-12 17:30:19 -07:00

6 lines
No EOL
185 B
TypeScript

/// <reference path="fourslash.ts" />
//// class alpha { static beta() return 5; } }
//// /**/ var gamma = alpha.beta() * 5;
verify.not.errorExistsAfterMarker();