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

10 lines
291 B
Plaintext

=== tests/cases/compiler/commentOnAmbientVariable1.ts ===
/*! Keep this pinned comment */
declare var v: number;
>v : Symbol(v, Decl(commentOnAmbientVariable1.ts, 1, 11))
// Don't keep this comment.
declare var y: number;
>y : Symbol(y, Decl(commentOnAmbientVariable1.ts, 4, 11))