So about this "new type inference" feature, is the...
# announcements
n
So about this "new type inference" feature, is there some formal discussion or docs available on this? The only thing I'm able to find is Svetlana's Kotlinconf talk, and some 'informal' descriptions like in https://kotlinlang.slack.com/archives/C0922A726/p1540842295383000?thread_ts=1540837535.363900&cid=C0922A726. Since turning it on using
-XXLanguage:+NewInference
results in things breaking due to overload resolution ambiguity, I'm curious what the options are to mitigate this?