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

4 lines
63 B
TypeScript

//@target: ES6
class C {
[Symbol.toStringTag](): void { }
}