TypeScript/tests/baselines/reference/parserInterfaceDeclaration8.errors.txt

8 lines
378 B
Plaintext
Raw Normal View History

tests/cases/conformance/parser/ecmascript5/InterfaceDeclarations/parserInterfaceDeclaration8.ts(1,11): error TS2427: Interface name cannot be 'string'
2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/InterfaceDeclarations/parserInterfaceDeclaration8.ts (1 errors) ====
interface string {
~~~~~~
!!! error TS2427: Interface name cannot be 'string'
2014-07-13 01:04:16 +02:00
}