TypeScript/tests/baselines/reference/pinnedComments1.types

12 lines
206 B
Plaintext

=== tests/cases/compiler/pinnedComments1.ts ===
/*!=========
Keep this pinned comment
=========
*/
/* unpinned comment */
/*! pinned comment that need to be removed */
class C {
>C : C
}