No, there exists only a single companion instance ...
# announcements
k
No, there exists only a single companion instance per class, you can use it like this:
MyClass.companionFunction()
. What you're looking for is nested classes.