958b0ff24a
During code completion, ShadowedDeclarationsFilter resolves many synthetic calls (sometimes >1000 for certain projects/scenarios). By ignoring diagnostics we can avoid running call checkers during this process (pending a sibling change in the compiler). Relates to KT-44276 and github.com/JetBrains/kotlin/pull/4027