is there really no way to get Kotlin to auto-infer that in
my_uint += 1
the type of 1 is not
Int
?
s
Sam
10/19/2022, 7:49 AM
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)