Feedback
Nested enumerations with the same name no longer collide between classes
- Status
- Fixed
- Fixed in
- v26.9.1
- Area
- -
- Source discussion
- https://forum.objo.dev/d/1051-enumerations-shared-between-classes
- Last updated
- 2026-09-08
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
When two classes each define a nested enumeration with the same short name, unqualified references can resolve to the other class’s enumeration. This causes the wrong enumeration members to appear in Studio and can assign the wrong type to properties. Each class should resolve its own nested enumeration first, while fully qualified references should remain available.