78ec4b5248
They started failing once we began reporting diagnostics from completion The main reason is that we resolve `delegate()` call from `delegate().getValue()` in the independent context, while in FE 1.0 it's being resolved within the same system as getValue ^KT-46420 Relates