companion Object
Returns a KClass instance representing the companion object of a given class, or null
if the class doesn't have a companion object.
Since Kotlin
1.1
Returns a KClass instance representing the companion object of a given class, or null
if the class doesn't have a companion object.