TypeScript/tests/baselines/reference/commentsOnObjectLiteral1.errors.txt
2014-09-12 13:35:07 -07:00

13 lines
360 B
Plaintext

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