Searched refs:oldType (Results 1 – 2 of 2) sorted by relevance
54 val oldType = old.returnType() ?: return in compare() constant55 checkType(oldType, newType) in compare()63 val oldType = old.type() in compare() constant64 checkType(oldType, newType) in compare()72 val oldType = old.type() in compare() constant73 checkType(oldType, newType) in compare()
620 val oldType = old.type() in compare() constant622 if (oldType != newType) { in compare()623 … val message = "${describe(new, capitalize = true)} has changed type from $oldType to $newType" in compare()