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

5 lines
219 B
Text
Raw Normal View History

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