Files
sdk/tests/compiler/dart2js_native
sra@google.com 39bad23b40 Native 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.

Review URL: https://codereview.chromium.org//23600020

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27314 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-09 22:21:41 +00:00
..