TypeScript/tests/cases/compiler/commentInMethodCall.ts

5 lines
81 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
//commment here
var s: string[];
s.map(// do something
function () { });