Crell / enum-comparison

A comparison of enumerations and similar features in different languages
80 stars 7 forks source link

Inherited ReflectionEnum methods #68

Closed iluuu1994 closed 3 years ago

iluuu1994 commented 3 years ago

The RFC specifies:

Methods that are not relevant (such as listing properties) are stubbed out to return empty values.

This is currently not true. getProperties() returns the name and value properties (if available). I think this is the expected behavior.

iluuu1994 commented 3 years ago

Adjusted in the RFC.