TypeScript/tests/cases/fourslash/parenthesisFatArrows.ts

11 lines
203 B
TypeScript
Raw Normal View History

2015-03-02 23:41:44 +01:00
/// <reference path="fourslash.ts"/>
////x => x;
////(y) => y;
/////**/
////(y) => y;
////x => x;
verify.noErrors();
2015-03-02 23:41:44 +01:00
verify.not.errorExistsBeforeMarker();
2014-07-13 01:04:16 +02:00
verify.not.errorExistsAfterMarker();