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