Adding bytes.concat function type.

This commit is contained in:
Djordje Mijovic
2021-03-24 11:49:21 +01:00
parent a27c9c39b2
commit 1493326e48
4 changed files with 27 additions and 0 deletions
@@ -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;