tests/cases/conformance/parser/ecmascript6/Symbols/parserSymbolIndexer3.ts(2,5): error TS1071: 'static' modifier cannot appear on an index signature.


==== tests/cases/conformance/parser/ecmascript6/Symbols/parserSymbolIndexer3.ts (1 errors) ====
    class C {
        static [s: symbol]: string;
        ~~~~~~
!!! error TS1071: 'static' modifier cannot appear on an index signature.
    }