swc/crates/swc_ecma_parser/tests/tsc/parserES5SymbolProperty5.ts

4 lines
57 B
TypeScript

//@target: ES5
class C {
[Symbol.isRegExp]: string;
}