Searched refs:findPredicateSuperMethod (Results 1 – 3 of 3) sorted by relevance
29 method.findPredicateSuperMethod(wrapped) != null in test()
34 val differentSuper = method.findPredicateSuperMethod(Predicate { test -> in <lambda>()
111 override fun findPredicateSuperMethod(predicate: Predicate<Item>): MethodItem? = null in findPredicateSuperMethod() method