mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
- added externalType to BooleanType.
- fixed the error message
This commit is contained in:
@@ -749,7 +749,9 @@ TypePointer ArrayType::externalType() const
|
||||
if (m_isByteArray)
|
||||
return shared_from_this();
|
||||
if (!(m_baseType->externalType()))
|
||||
{
|
||||
return TypePointer();
|
||||
}
|
||||
if (dynamic_cast<ArrayType const*>(m_baseType.get()) && m_baseType->isDynamicallySized())
|
||||
return TypePointer();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user