Refine types of type parameters before checking their equality in OverridingUtil
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
actual typealias Expect = String
|
||||
|
||||
interface Derived : Base {
|
||||
override fun expectInReturnType(): <!RETURN_TYPE_MISMATCH_ON_OVERRIDE!>Expect<!>
|
||||
override fun expectInReturnType(): Expect
|
||||
|
||||
override fun expectInArgument(e: Expect)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user