Searched defs:superMethods (Results 1 – 5 of 5) sorted by relevance
40 fun superMethods(): List<MethodItem> in <lambda>() method73 val superMethods = item.superMethods() in <lambda>() constant161 val superMethods = superMethods() in <lambda>() constant
64 override fun superMethods(): List<MethodItem> { in <lambda>() method
110 private var superMethods: List<MethodItem>? = null in <lambda>() variable111 override fun superMethods(): List<MethodItem> { in <lambda>() method
85 override fun superMethods(): List<MethodItem> { in isConstructor() method
740 val superMethods = new.superMethods() in added() constant