DaveShuckerow / compiled-mirrors

A Dart transformer to compile a reflection of a class.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support inheritance

DaveShuckerow opened this issue · comments

The Element model doesn't appear to determine the members of a superclass that aren't overridden on a child.

We need to support reflecting the inherited fields of a class.