Inline objects are like inner classes: Their type ...
# announcements
j
Inline objects are like inner classes: Their type is not known outside of the object/class. If you need access to members of an object, you need to make it a named object (or a class if its behavior is influenced by parameters)
👍 1