Closed jrfnl closed 2 years ago
Neither enums nor interfaces support properties being declared on them.
This adjusts the File::getMemberProperties() method to handle properties declared on an enum in the same way as properties declared on an interface were already being handled.
File::getMemberProperties()
enum
interface
Includes unit test.
Thanks
Neither enums nor interfaces support properties being declared on them.
This adjusts the
File::getMemberProperties()
method to handle properties declared on anenum
in the same way as properties declared on aninterface
were already being handled.Includes unit test.