//@target: ES6 var s: symbol; var x = { [s]: 0, [s]() { }, get [s]() { return 0; } }