TypeScript/tests/cases/compiler/commentsOnObjectLiteral1.ts
2014-07-12 17:30:19 -07:00

8 lines
No EOL
99 B
TypeScript

// @comments: true
var Person = makeClass(
/**
@scope Person
*/
{
}
);