TypeScript/tests/baselines/reference/commentEmitWithCommentOnLastLine.symbols
2015-04-15 16:44:20 -07:00

8 lines
164 B
Plaintext

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