TypeScript/tests/cases/compiler/pinnedComments1.ts

6 lines
No EOL
87 B
TypeScript

// @removeComments: true
/* unpinned comment */
/*! pinned comment */
class C {
}