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

13 lines
423 B
Plaintext

==== 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'.
}