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