You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File::getMemberProperties(): handle enum properties same as interface properties
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.
Includes unit test.
0 commit comments