Chromium Code Reviews
DescriptionNative abstract classes may be instantiated as a proxy for undeclared native subclasses.
Native classes can have subclasses that are not declared to the program, for example, some browsers have subclasses of HTMLElement that are not present on other browsers. Instances of these subclasses are treated as instances of the known class (HTMLElement).
What this means is that abstract native classes can appear to have instances, so abstract native classes can appear to be instantiated.
Committed: https://code.google.com/p/dart/source/detail?r=27314
Patch Set 1 : #
Total comments: 1
Messages
Total messages: 3 (0 generated)
|
||||||||||||||||||||||||||||