TypeScript/tests/baselines/reference/commentEmitWithCommentOnLastLine.types
2015-04-13 14:29:37 -07:00

8 lines
169 B
Plaintext

=== tests/cases/compiler/commentEmitWithCommentOnLastLine.ts ===
var x: any;
>x : any, Symbol(x, Decl(commentEmitWithCommentOnLastLine.ts, 0, 3))
/*
var bar;
*/