Searched refs:superMethodList (Results 1 – 1 of 1) sorted by relevance
45 private lateinit var superMethodList: List<MethodItem> variable76 if (!::superMethodList.isInitialized) { in name()77 superMethodList = computeSuperMethods() in name()79 return superMethodList in name()