Mark Miller (2015-04-21T01:21:48.000Z)
d at domenic.me (2015-05-01T13:02:24.265Z)
If the prop property accessed by super.prop is an accessor, super.prop = x; should invoke its setter. super.prop should invoke its getter.
If the prop property accessed by super.prop is an accessor, super.prop = x; should invoke its setter. super.prop should invoke its getter.