hasSourceDeclarationOf
Whether type has a source declaration of the specified Kotlin class.
Return
true
if the type has a source declaration matching the specified KClass, false
otherwise.
Parameters
kClass
The Kotlin class representing the source declaration to check for.