TypeScript/tests/cases/compiler/pinnedComments1.ts
Mohamed Hegazy 4c1089f781 Merge branch 'master' into cleanHarnessOptionLoading
Conflicts:
	tests/cases/compiler/pinnedComments1.ts
2015-09-15 12:08:37 -07:00

10 lines
173 B
TypeScript

// @removeComments: true
/*!=========
Keep this pinned comment
=========
*/
/* unpinned comment */
/*! pinned comment that need to be removed */
class C {
}