coneKotlinType

inline fun <T> FirSession.coneKotlinType(vararg typeArguments: ConeTypeProjection): ConeKotlinType
@JvmName(name = "coneKotlinTypeWithTypeArgumentsArray")
inline fun <T> FirSession.coneKotlinType(typeArguments: Array<ConeTypeProjection> = emptyArray()): ConeKotlinType
val FirBasedSymbol<*>.coneKotlinType: ConeKotlinType