Closed
Description
dart2js should support this getter on DeclarationMirror:
/**
* A list of the metadata associated with this declaration.
*/
List<InstanceMirror> get metadata;
See issue #6614.
dart2js should support this getter on DeclarationMirror:
/**
* A list of the metadata associated with this declaration.
*/
List<InstanceMirror> get metadata;
See issue #6614.