Searched refs:descriptorsToDocument (Results 1 – 1 of 1) sorted by relevance
703 …val descriptorsToDocument = descriptors.filter { it !is CallableDescriptor || !it.isInheritedFromA… in ClassDescriptor() constant704 descriptorsToDocument.mapTo(result) { in ClassDescriptor()