mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Properly issue unimplemented assertion on FixedPointType in type conversion
This commit is contained in:
parent
58236c8457
commit
358ccbe372
@ -656,6 +656,9 @@ void CompilerUtils::convertType(
|
|||||||
chopSignBitsPending = targetIntegerType.isSigned();
|
chopSignBitsPending = targetIntegerType.isSigned();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (targetTypeCategory == Type::Category::FixedPoint)
|
||||||
|
solUnimplemented("Not yet implemented - FixedPointType.");
|
||||||
|
|
||||||
switch (stackTypeCategory)
|
switch (stackTypeCategory)
|
||||||
{
|
{
|
||||||
case Type::Category::FixedBytes:
|
case Type::Category::FixedBytes:
|
||||||
|
Loading…
Reference in New Issue
Block a user