EA-37399 - ISE: OverrideResolver.findInvisibleOverriddenDescriptor
Each of the duplicated methods in the subclass should get the same set of overridden descriptors
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
trait Some {
|
||||
fun test()
|
||||
}
|
||||
|
||||
class SomeImpl : Some {
|
||||
<!CONFLICTING_OVERLOADS!>override fun test()<!> {}
|
||||
<!CONFLICTING_OVERLOADS!>override fun test()<!> {}
|
||||
}
|
||||
Reference in New Issue
Block a user