Searched refs:hasPublicConstructor (Results 1 – 1 of 1) sorted by relevance
292 val hasPublicConstructor = old.constructors().any { it.isPublic } in compare() constant293 if (!old.isInnerClass() || hasPublicConstructor) { in compare()