tests/cases/conformance/parser/ecmascript5/Protected/Protected2.ts(1,1): error TS1044: 'protected' modifier cannot appear on a module or namespace element.


==== tests/cases/conformance/parser/ecmascript5/Protected/Protected2.ts (1 errors) ====
    protected module M {
    ~~~~~~~~~
!!! error TS1044: 'protected' modifier cannot appear on a module or namespace element.
    }