TypeScript/tests/baselines/reference/InterfaceDeclaration8.errors.txt
2014-09-12 13:35:07 -07:00

8 lines
278 B
Plaintext

tests/cases/compiler/InterfaceDeclaration8.ts(1,11): error TS2427: Interface name cannot be 'string'
==== tests/cases/compiler/InterfaceDeclaration8.ts (1 errors) ====
interface string {
~~~~~~
!!! error TS2427: Interface name cannot be 'string'
}