from the docs: > Even more specifically, if you...
# announcements
p
from the docs:
Even more specifically, if you declare a companion object inside your class, you'll be able to call its members with the same syntax as calling static methods in Java/C#, using only the class name as a qualifier.