Check if all types in bytes.concat are fixed bytes or byte array.

This commit is contained in:
Djordje Mijovic
2021-03-24 11:49:21 +01:00
parent 1493326e48
commit 840df80dac
2 changed files with 38 additions and 0 deletions
+6
View File
@@ -111,6 +111,12 @@ private:
FunctionTypePointer _functionType
);
/// Performs general checks and checks specific to bytes concat function call
void typeCheckBytesConcatFunction(
FunctionCall const& _functionCall,
FunctionType const* _functionType
);
void endVisit(InheritanceSpecifier const& _inheritance) override;
void endVisit(ModifierDefinition const& _modifier) override;
bool visit(FunctionDefinition const& _function) override;