DEBSOURCES
Skip Quicknav
sources / node-typescript / 2.1.5-1~bpo8%2B1 / tests / cases / compiler / commentOnSimpleArrowFunctionBody1.ts
12345678
// @removeComments: false function Foo(x: any) { } Foo(() => // do something 127);