Files
kotlin-fork/compiler
Nikita Bobko 8f9b6a08fc [FIR] Cleanup ACTUAL_MISSING reporting
The cleanup became possible after KT-62590
Review: https://jetbrains.team/p/kt/reviews/12750/timeline

`matchingCompatibilityToMembersMap.allMismatches()` is equivalent to
`ExpectActualMatchingCompatibility.MatchedSuccessfully !in
matchingCompatibilityToMembersMap`
2023-11-06 14:41:28 +00:00
..