TypeScript/tests/baselines/reference/commentEmitWithCommentOnLastLine.js

12 lines
145 B
TypeScript
Raw Normal View History

//// [commentEmitWithCommentOnLastLine.ts]
var x: any;
/*
var bar;
*/
//// [commentEmitWithCommentOnLastLine.js]
var x;
/*
var bar;
*/