// @target: es6 class C { bar() { () => { var obj = { [this.bar()]() { } // needs capture }; } return 0; } }