Improves assembly and adds more tests.

This commit is contained in:
Erik Kundt
2018-05-30 17:40:33 +02:00
parent 7156a01acc
commit 34b5eca1f8
5 changed files with 139 additions and 35 deletions
+1 -1
View File
@@ -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
)});
}
}
-1
View File
@@ -916,7 +916,6 @@ public:
ArrayPush, ///< .push() to a dynamically sized array in storage
ArrayPop, ///< .pop() from a dynamically sized array in storage
ByteArrayPush, ///< .push() to a dynamically sized byte array in storage
ByteArrayPop, ///< .pop() from a dynamically sized byte array in storage
ObjectCreation, ///< array creation using new
Assert, ///< assert()
Require, ///< require()