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

13 lines
423 B
Text
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/InterfaceDeclarations/parserInterfaceDeclaration2.ts (5 errors) ====
interface I implements A {
~~~~~~~~~~
!!! '{' expected.
~
!!! ';' expected.
~
!!! ';' expected.
~~~~~~~~~~
!!! Cannot find name 'implements'.
~
!!! Cannot find name 'A'.
}