FIR: Rework FirNotImplementedOverrideChecker around delegated members reporting
This commit is contained in:
committed by
TeamCityServer
parent
a213ee0e01
commit
a77cbb8f63
+1
-1
@@ -13,5 +13,5 @@ object AImpl : IA {
|
||||
open class C : IA by AImpl, IB
|
||||
|
||||
class D : C() {
|
||||
override fun foo(): <!RETURN_TYPE_MISMATCH_ON_OVERRIDE!>Double<!> = 3.14
|
||||
override fun foo(): Double = 3.14
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user