parserInterfaceDeclaration3.ts(1,1): error TS1044: 'public' modifier cannot appear on a module or namespace element.


==== parserInterfaceDeclaration3.ts (1 errors) ====
    public interface I {
    ~~~~~~
!!! error TS1044: 'public' modifier cannot appear on a module or namespace element.
    }