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