Feedback
Standard library members now report their declared types through introspection
- Status
- Fixed
- Fixed in
- v26.8.1
- Last updated
- 2026-08-04
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
VM-created standard-library types do not always expose the same complete introspection metadata as user-defined types. Public fields and properties can report Object instead of their declared primitive type, and inherited native properties can be absent, preventing serializers and other reflection-based code from handling them consistently.