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

13 lines
393 B
Plaintext

==== tests/cases/compiler/interfaceNaming1.ts (4 errors) ====
interface { }
~
!!! ';' expected.
~~~~~~~~~
!!! Cannot find name 'interface'.
interface interface{ }
interface & { }
~~~~~~~~~
!!! Cannot find name 'interface'.
~~~
!!! The right-hand side of an arithmetic operation must be of type 'any', 'number' or an enum type.