-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
web-librariesIssues impacting dart:html, etc., librariesIssues impacting dart:html, etc., libraries
Milestone
Description
Many classes in html_dart2js do not implement the setter method implicitly defined by a field in implemented interface. For instance:
sdk/lib/html/dart2js/html_dart2js.dart:91:1: Warning: 'HtmlElement' doesn't implement the setter 'nextElementSibling' declared in 'ChildNode'.
Try adding an implementation of 'nextElementSibling' or declaring 'HtmlElement' to be 'abstract'.
class HtmlElement extends Element native "HTMLElement" {
^^^^^
sdk/lib/html/dart2js/html_dart2js.dart:2122:11: Info: The setter 'nextElementSibling' is implicitly declared by this field in class 'ChildNode'.
Element nextElementSibling;
^^^^^^^^^^^^^^^^^^
See the attached file for all warnings.
Attachment:
temp.log (466.79 KB)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
web-librariesIssues impacting dart:html, etc., librariesIssues impacting dart:html, etc., libraries