TypeScript/tests/baselines/reference/commentsOnObjectLiteral1.errors.txt
2014-09-11 16:11:08 -07:00

10 lines
255 B
Plaintext

==== tests/cases/compiler/commentsOnObjectLiteral1.ts (1 errors) ====
var Person = makeClass(
~~~~~~~~~
!!! error TS2304: Cannot find name 'makeClass'.
/**
@scope Person
*/
{
}
);