Allowing conversion from bytes to bytesNN in type checker.

This commit is contained in:
Djordje Mijovic
2021-04-23 13:19:19 +02:00
parent 15decd2413
commit b40c3bcc32
3 changed files with 26 additions and 14 deletions
+1
View File
@@ -889,6 +889,7 @@ public:
Category category() const override { return Category::ArraySlice; }
BoolResult isImplicitlyConvertibleTo(Type const& _other) const override;
BoolResult isExplicitlyConvertibleTo(Type const& _convertTo) const override;
std::string richIdentifier() const override;
bool operator==(Type const& _other) const override;
unsigned calldataEncodedSize(bool) const override { solAssert(false, ""); }