Allow inline assembly access to fixed point types.

This commit is contained in:
chriseth
2021-08-13 16:32:54 +02:00
parent e5d980e0c1
commit 1d2ce1e878
-2
View File
@@ -813,8 +813,6 @@ bool TypeChecker::visit(InlineAssembly const& _inlineAssembly)
}
}
solAssert(!dynamic_cast<FixedPointType const*>(var->type()), "FixedPointType not implemented.");
if (!identifierInfo.suffix.empty())
{
string const& suffix = identifierInfo.suffix;