Addition Operation is not working as expected to str+Int

Str(genericvalue)="10
Int(genericvalue)=5
Result=?
expected=“105”
Actual=15

variableshttps://studio.uipath.com/docs/genericvalue-variables

@Jeevabalan

Works fine for me, the logic behind is that data type of variable to the first left will be defaulted to rest to the generic values. Hence the result will be “105” which will be a string.