TypeScript/tests/baselines/reference/parserErrantEqualsGreaterThanAfterFunction2.js

6 lines
140 B
JavaScript
Raw Normal View History

//// [parserErrantEqualsGreaterThanAfterFunction2.ts]
function f(p: A) => p;
//// [parserErrantEqualsGreaterThanAfterFunction2.js]
p;