The trySetMapValue is using the generic key type for the value:public
final inline fun tryGetMapValue(attribute:
kotlin.Int, key: T): V? { /* compiled code */ }public final inline fun
trySetMapValue(attribute: kotlin.Int, key: T,
value: T): kotlin....