to Type Variable Name
fun KSTypeParameter.toTypeVariableName(typeParamResolver: TypeParameterResolver = TypeParameterResolver.EMPTY): TypeVariableName
Content copied to clipboard
Returns a TypeVariableName representation of this KSTypeParameter.
See also
Parameters
type Param Resolver
an optional resolver for enclosing declarations' type parameters. Parent declarations can be anything with generics that child nodes declare as defined by KSType.arguments.