dart-sdk/docs/language
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
..
informal Integrated generalized-void.md into dartLangSpec.tex 2018-12-21 18:33:19 +00:00
.gitignore
Dart.g
dart.sty Make the specification not mention LinkedHashSet. 2019-01-03 10:19:24 +00:00
dartLangSpec.tex Adjusted spec to make it an error to have a method - getter/setter clash 2019-01-08 08:46:36 +00:00
Makefile