TypeScript/tests/cases/compiler/commentsOnObjectLiteral1.ts

8 lines
106 B
TypeScript
Raw Normal View History

// @removeComments: false
2014-07-13 01:04:16 +02:00
var Person = makeClass(
/**
@scope Person
*/
{
}
);