Feedback
Generic constants remain visible and editable in Studio
- Status
- Fixed
- Fixed in
- v26.9.1
- Area
- -
- Source discussion
- https://forum.objo.dev/d/1030-constant-definition-allows-you-to-define-an-array-as-a-constant
- Last updated
- 2026-09-08
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Constants with constructed generic type annotations, such as Array(Of String), disappear from the Studio Inspector when the source is reparsed, for example after another constant is added. The underlying source line is retained, but the constant can no longer be selected or edited through the structured member view.
Expected: valid constants using generic or qualified type names remain visible and editable after every source reparse.