4ef8595a4b
This is a minor optimization. This commit is a step forward for KT-62590 Conceptually, `checkClassScopesCompatibility` belongs to the "expect-actual checker". It doesn't belong to the "expect-actual matcher". - `checkClassScopesCompatibility` should be set to `true` when you want to do the "checking" - `checkClassScopesCompatibility` should be set to `false` when you want to do the "matching" `collectActualCallablesMatchingToSpecificExpect` only needs the "matching" No tests changed their behaviour Review: https://jetbrains.team/p/kt/reviews/12750/timeline