TypeScript/tests/cases/conformance/es6/Symbols/symbolDeclarationEmit14.ts

6 lines
144 B
TypeScript

//@target: ES6
//@declaration: true
class C {
get [Symbol.toPrimitive]() { return ""; }
get [Symbol.toStringTag]() { return ""; }
}