mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge remote-tracking branch 'origin/develop' into breaking
This commit is contained in:
commit
768ac9514b
@ -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());
|
||||||
|
Loading…
Reference in New Issue
Block a user