Skip to content

baseMethod.overrides(childMethod) returns true #123

Closed

Description

Given:

interface MyInterface {
  fun foo():Unit
}

class MyClass : MyInterface {
   override fun foo():Unit {}
}

calling resolver.overrides(myInterface.foo, myClass.foo) returns true instead of false

This started failing after I moved room from old package name to the new one, I'm guessing it might be related to this change:
a7085af

repo case: yigit@aa08209

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions