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

8 lines
120 B
Plaintext

=== tests/cases/compiler/pinnedComments1.ts ===
/* unpinned comment */
/*! pinned comment */
class C {
>C : C
}