Searched refs:allSuperMethods (Results 1 – 3 of 3) sorted by relevance
71 fun allSuperMethods(): Sequence<MethodItem> { in <lambda>() method
558 assertEquals(listOf(itf2Mtd1, itf1Mtd1), cls1Mtd1.allSuperMethods().toList()) in 150 - advanced superMethods() test on methoditem()
500 for (superMethod in candidate.allSuperMethods()) { in <lambda>()