TypeScript/tests/baselines/reference/pinnedComments1.symbols
2015-04-15 16:44:20 -07:00

8 lines
160 B
Plaintext

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