Searched refs:isEffectivelyFinal (Results 1 – 2 of 2) sorted by relevance
37 fun isEffectivelyFinal(): Boolean { in name() method
507 if (!old.isEffectivelyFinal() && new.isEffectivelyFinal()) { in compare()