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

5 lines
208 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/InterfaceDeclarations/parserInterfaceDeclaration8.ts (1 errors) ====
interface string {
~~~~~~
!!! Interface name cannot be 'string'
}