has Kotlin Basic Type Declaration Of
Deprecated
Will be removed in version 0.19.0
Replace with
sourceDeclaration?.hasKotlinBasicTypeDeclarationOf()Content copied to clipboard
Whether declaration has a kotlin basic type declaration of the specified Kotlin class.
Return
true if the declaration has a kotlin basic type declaration matching the specified KClass, false otherwise.
Parameters
k Class
The Kotlin class representing the kotlin basic type declaration to check for.