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

8 lines
407 B
Plaintext
Raw Normal View History

tests/cases/conformance/parser/ecmascript5/InterfaceDeclarations/parserInterfaceDeclaration3.ts(1,1): error TS1044: 'public' modifier cannot appear on a module element.
2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/InterfaceDeclarations/parserInterfaceDeclaration3.ts (1 errors) ====
public interface I {
~~~~~~
!!! error TS1044: 'public' modifier cannot appear on a module element.
2014-07-13 01:04:16 +02:00
}