Searched defs:superMethods (Results 1 – 7 of 7) sorted by relevance
43 fun superMethods(): List<MethodItem> in <lambda>() method74 val superMethods = item.superMethods() in <lambda>() constant142 val superMethods = superMethods() in <lambda>() constant
75 override fun superMethods(): List<MethodItem> { in name() method
71 override fun superMethods(): List<MethodItem> = emptyList() in isImplicitConstructor() method
122 private var superMethods: List<MethodItem>? = null in <lambda>() variable124 override fun superMethods(): List<MethodItem> { in <lambda>() method
99 override fun superMethods(): List<MethodItem> { in isConstructor() method
928 val superMethods = method.superMethods() in Test super method with kotlin property with internal setter() constant
845 val superMethods = new.superMethods() in added() constant