dart-sdk/docs
Erik Ernst cba23af8ce Adjusted spec to make it an error to have a method - getter/setter clash
Currently, this kind of clash is an error when there is a declaration
at which the conflict is known to be an error, but it was not an error
when it occurs because a class `implements` two other classes where one
provides the getter/setter and the other provides the method.

Note to implementors: The analyzer apparently already flags this
situation as an error, so the change should be non-breaking, and if
implementation changes are needed at all it would most likely only be
in other tools.

Bug: https://github.com/dart-lang/sdk/issues/35561
Change-Id: I7f55b8995829ad64b86ebf33045b235813fc5161
Reviewed-on: https://dart-review.googlesource.com/c/88455
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com>
2019-01-08 08:46:36 +00:00
..
language Adjusted spec to make it an error to have a method - getter/setter clash 2019-01-08 08:46:36 +00:00
newsletter Newsletter 2017-11-24. 2017-11-24 16:27:00 +00:00
process Merge remote-tracking branch 'github/master' 2018-11-02 10:15:26 +00:00