Merge remote-tracking branch 'origin/develop' into breaking

This commit is contained in:
chriseth 2020-11-09 14:48:48 +01:00
commit 768ac9514b

View File

@ -3065,7 +3065,7 @@ string YulUtilFunctions::conversionFunction(Type const& _from, Type const& _to)
break; break;
} }
default: default:
solAssert(false, ""); solAssert(false, "Invalid conversion from " + _from.canonicalName() + " to " + _to.canonicalName());
} }
solAssert(!body.empty(), _from.canonicalName() + " to " + _to.canonicalName()); solAssert(!body.empty(), _from.canonicalName() + " to " + _to.canonicalName());