-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Labels
effort1: hoursfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issues
Milestone
Description
If I have the following class in my app
class MyClass implements MyInterface1, MyInterface2 {}
Dart transformers should record this information in the reflector object, so that I can do the following:
reflector.interfaces(MyClass) //should return [MyInterface1, MyInterface2]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
effort1: hoursfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issues