Searched refs:inherited (Results 1 – 8 of 8) sorted by relevance
751 val inherited = if (new.isConstructor()) { in added() constant773 if (inherited == null || inherited == new || !inherited.modifiers.isAbstract()) { in added()803 val inherited = if (old.isConstructor()) { in removed() constant813 if (inherited == null || inherited != old && inherited.isHiddenOrRemoved()) { in removed()820 val inherited = from?.findField( in removed() constant825 if (inherited == null) { in removed()
175 val inherited = in visitAdded() constant186 if (inherited != null) { in visitAdded()187 visitCompare(visitor, inherited, new) in visitAdded()189 if (inherited.parameters().isNotEmpty()) { in visitAdded()190 val parameters = inherited.parameters().map { ItemTree(it) }.toList() in visitAdded()191 compare(visitor, parameters, newTree.children, newTree.item(), inherited) in visitAdded()
1194 fun `Do not include inherited public methods from private parents in compat mode`() { in Do not include inherited public methods from private parents in compat mode()1227 fun `Include inherited public methods from private parents`() { in Include inherited public methods from private parents()1263 fun `Skip inherited package private methods from private parents`() { in Skip inherited package private methods from private parents()
535 fun `Implicit modifiers from inherited super classes`() { in Implicit modifiers from inherited super classes()1640 fun `Test inherited methods`() { in Test inherited methods()
185 fun `Include interface-inherited fields in stubs`() { in Include interface-inherited fields in stubs()
638 fun `Test inherited methods`() { in Test inherited methods()
612 fun `Check references to inherited field constants`() { in Check references to inherited field constants()
173 public method inherited from a package protected super class, which the API440 hierarchy to see if there still is an inherited method with the same signature,