that’s just a shortcut, members of companion objec...
# getting-started
o
that’s just a shortcut, members of companion object are accessible with a container class reference. Full reference would be
Person.Companion.member()
, or you can give a name to companion.