Searched refs:existingClassAnnotations (Results 1 – 1 of 1) sorted by relevance
654 val existingClassAnnotations = existingCharacteristics.modifiers.annotations().toSet() in tryMergingIntoExistingClass() constant655 for (annotation in newClassAnnotations.subtract(existingClassAnnotations)) { in tryMergingIntoExistingClass()