is there really no way to get Kotlin to auto-infer...
# getting-started
y
is there really no way to get Kotlin to auto-infer that in
my_uint += 1
the type of 1 is not
Int
?
s
Looks like it may eventually be possible (KT-25996) but there are some open questions in the design so the error was added deliberately in the interim (KT-26071)
y
interesting. thanks.