has Source Declaration Of
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
k Class
The Kotlin class representing the source declaration to check for.