TypeScript/tests/baselines/reference/parserClassDeclaration2.errors.txt

15 lines
522 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== 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'.
}