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

5 lines
158 B
Plaintext

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