TypeScript/tests/baselines/reference/parserErrorRecovery_ExtendsOrImplementsClause4.errors.txt
2014-09-11 16:11:08 -07:00

7 lines
349 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ExtendsOrImplementsClauses/parserErrorRecovery_ExtendsOrImplementsClause4.ts (2 errors) ====
class C extends A implements {
~~~~~~~~~~
!!! error TS1097: 'implements' list cannot be empty.
~
!!! error TS2304: Cannot find name 'A'.
}