TypeScript/tests/baselines/reference/pinnedComments1.symbols

8 lines
160 B
Plaintext
Raw Normal View History

=== tests/cases/compiler/pinnedComments1.ts ===
/* unpinned comment */
/*! pinned comment */
class C {
>C : Symbol(C, Decl(pinnedComments1.ts, 0, 0))
}