btw, this happened during my coding today, and I h...
# advent-of-code
m
btw, this happened during my coding today, and I have no idea why the compiler trips:
this works fine
i
Yes, this is a known problem with type inference: https://youtrack.jetbrains.com/issue/KT-46360
👍 1
m
pretty long persistent problem 🧐
d
I had a similar issue when I tried to forEach a type-inferred map without destructing the entry arg (ie relying on 'it')