Computed property `"constructor"` is not picked up as constructor: ```js class A { get ['constructor'] () { return 'foo'; } } ```