Closed
Description
openedon Oct 12, 2020
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