TypeScript/tests/cases/compiler/commentOnSimpleArrowFunctionBody1.ts

9 lines
101 B
TypeScript

// @removeComments: false
function Foo(x: any)
{
}
Foo(() =>
// do something
127);