mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fixed codestyle.
This commit is contained in:
parent
84918fb01e
commit
c6e73707c7
@ -3398,7 +3398,8 @@ bool TypeChecker::visit(MemberAccess const& _memberAccess)
|
|||||||
auto accessedStructType = dynamic_cast<StructType const*>(magicType->typeArgument());
|
auto accessedStructType = dynamic_cast<StructType const*>(magicType->typeArgument());
|
||||||
solAssert(accessedStructType, "typehash requested on a non struct type.");
|
solAssert(accessedStructType, "typehash requested on a non struct type.");
|
||||||
|
|
||||||
if (accessedStructType->recursive()) {
|
if (accessedStructType->recursive())
|
||||||
|
{
|
||||||
m_errorReporter.typeError(
|
m_errorReporter.typeError(
|
||||||
9298_error,
|
9298_error,
|
||||||
_memberAccess.location(),
|
_memberAccess.location(),
|
||||||
|
Loading…
Reference in New Issue
Block a user