TypeScript/tests/baselines/reference/commentEmitWithCommentOnLastLine.symbols

8 lines
164 B
Plaintext
Raw Normal View History

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