Fix assignment to non-lvalue storage values.

This commit is contained in:
chriseth
2020-11-17 15:56:34 +01:00
parent df53b53aa5
commit 74ce8d6979
5 changed files with 26 additions and 15 deletions
+1
View File
@@ -287,6 +287,7 @@ public:
/// Returns the name of a function will write the given value to
/// the specified slot and offset. If offset is not given, it is expected as
/// runtime parameter.
/// For reference types, offset is checked to be zero at runtime.
/// signature: (slot, [offset,] value)
std::string updateStorageValueFunction(
Type const& _fromType,