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

8 lines
407 B
Plaintext

tests/cases/conformance/parser/ecmascript5/InterfaceDeclarations/parserInterfaceDeclaration4.ts(1,1): error TS1044: 'static' modifier cannot appear on a module element.
==== tests/cases/conformance/parser/ecmascript5/InterfaceDeclarations/parserInterfaceDeclaration4.ts (1 errors) ====
static interface I {
~~~~~~
!!! error TS1044: 'static' modifier cannot appear on a module element.
}