TypeScript/tests/cases/compiler/commentOnAmbientVariable1.ts
2014-07-12 17:30:19 -07:00

5 lines
No EOL
110 B
TypeScript

/*! Keep this pinned comment */
declare var v: number;
// Don't keep this comment.
declare var y: number;