TypeScript/tests/baselines/reference/parserErrantEqualsGreaterThanAfterFunction2.js

6 lines
140 B
JavaScript

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