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

5 lines
172 B
Plaintext

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