kotlin-stdlib / kotlin.reflect.full / companionObjectInstance companionObjectInstance JVM 1.1 val KClass<*>.companionObjectInstance: Any?(source) Returns an instance of the companion object of a given class, or null if the class doesn't have a companion object.