TypeScript/tests/cases/compiler/commentInMethodCall.ts
2014-07-12 17:30:19 -07:00

5 lines
81 B
TypeScript

//commment here
var s: string[];
s.map(// do something
function () { });