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

5 lines
222 B
Plaintext

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