mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Improves assembly and adds more tests.
This commit is contained in:
@@ -1702,7 +1702,7 @@ MemberList::MemberMap ArrayType::nativeMembers(ContractDefinition const*) const
|
||||
TypePointers{},
|
||||
strings{string()},
|
||||
strings{string()},
|
||||
isByteArray() ? FunctionType::Kind::ByteArrayPop : FunctionType::Kind::ArrayPop
|
||||
FunctionType::Kind::ArrayPop
|
||||
)});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user