My guess is because essentially you are doing this:
let foo = 3 + Int.toString(4)
Which will not compile because the types don’t match.
My guess is because essentially you are doing this:
let foo = 3 + Int.toString(4)
Which will not compile because the types don’t match.