TypeScript/tests/baselines/reference/parserClassDeclaration5.errors.txt
2014-07-12 17:30:19 -07:00

15 lines
566 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ClassDeclarations/parserClassDeclaration5.ts (6 errors) ====
class C extends A implements B implements C {
~~~~~~~~~~
!!! '{' expected.
~
!!! ';' expected.
~
!!! ';' expected.
~
!!! Cannot find name 'A'.
~
!!! Cannot find name 'B'.
~~~~~~~~~~
!!! Cannot find name 'implements'.
}