TypeScript/tests/cases/compiler/commentOnAmbientVariable1.ts

10 lines
180 B
TypeScript

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