Searched refs:oldType (Results 1 – 2 of 2) sorted by relevance
53 val oldType = old.returnType() in compare() constant54 checkType(oldType, newType) in compare()62 val oldType = old.type() in compare() constant63 checkType(oldType, newType) in compare()71 val oldType = old.type() in compare() constant72 checkType(oldType, newType) in compare()
685 val oldType = old.type() in compare() constant687 if (oldType != newType) { in compare()689 "${describe(new, capitalize = true)} has changed type from $oldType to $newType" in compare()