TypeScript/tests/baselines/reference/pinnedComments1.types
2015-04-13 14:29:37 -07:00

8 lines
163 B
Plaintext

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