TypeScript/tests/baselines/reference/pinnedComments1.types

8 lines
163 B
Plaintext
Raw Normal View History

2015-03-18 02:43:39 +01:00
=== tests/cases/compiler/pinnedComments1.ts ===
/* unpinned comment */
/*! pinned comment */
class C {
2015-04-13 23:01:57 +02:00
>C : C, Symbol(C, Decl(pinnedComments1.ts, 0, 0))
2015-03-18 02:43:39 +01:00
}