mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Adding bytes.concat function type.
This commit is contained in:
@@ -1323,6 +1323,11 @@ void IRGeneratorForStatements::endVisit(FunctionCall const& _functionCall)
|
||||
}
|
||||
break;
|
||||
}
|
||||
case FunctionType::Kind::BytesConcat:
|
||||
{
|
||||
solUnimplementedAssert(false, "bytes.concat not yet implemented in codegen.");
|
||||
break;
|
||||
}
|
||||
case FunctionType::Kind::MetaType:
|
||||
{
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user