2f6c80f06f
The analyzer can now handle the case where a parameter containing an inline lambda is overwritten with something else. The local variable remapper still can't handle that, and KT-51950 is caused by a deeper underlying issue (the slot should't get overwritten in the first place), but at least the problem is more visible now: >java.lang.RuntimeException: Trying to access skipped parameter: > Lkotlin/jvm/functions/Function1; at 2