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
65 override fun superMethods(): List<MethodItem> { in <lambda>() method
112 private var superMethods: List<MethodItem>? = null in <lambda>() variable113 override fun superMethods(): List<MethodItem> { in <lambda>() method
83 override fun superMethods(): List<MethodItem> { in isConstructor() method
756 val superMethods = new.superMethods() in added() constant