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

11 lines
No EOL
223 B
TypeScript

/// <reference path="fourslash.ts"/>
////x => x;
////(y) => y;
/////**/
////(y) => y;
////x => x;
verify.numberOfErrorsInCurrentFile(0);
verify.not.errorExistsBeforeMarker();
verify.not.errorExistsAfterMarker();