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

15 lines
522 B
Plaintext

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