overridesToString

private fun overridesToString(v: Any): Boolean

Whether v's class says anything of its own, or inherits Object's Type@hexHash. Any::class.java IS java.lang.Object.class — the comparison is against the real declaring class, not a Kotlin alias.