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

8 lines
No EOL
378 B
Text

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