//// [parserSymbolProperty4.ts] declare class C { [Symbol.isRegExp]: string; } //// [parserSymbolProperty4.js]