Files
openide/plugins
Pavel Kirpichenkovandintellij-monorepo-bot c94b90dfe8 [Kotlin] fix false positives in the "redundant override" inspection
Cover cases with interface implementation by delegation:
— Do not require two overridden symbols: both the delegate and the
explicit override can refer to the same interface method with a
default implementation.
— Fix subtyping check: delegates override members from the implemented
interface and its supertypes, not subtypes.

KTIJ-16228

GitOrigin-RevId: 93dde1f05141098c359e3e7d4f15a5a63083f44c
2025-04-15 07:41:05 +00:00
..
2025-04-14 17:43:30 +00:00
2025-04-14 21:32:10 +00:00
2025-04-14 22:15:51 +00:00