mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use user defined function return type as user defined operator type
This commit is contained in:
@@ -775,7 +775,7 @@ bool IRGeneratorForStatements::visit(BinaryOperation const& _binOp)
|
||||
{
|
||||
setLocation(_binOp);
|
||||
|
||||
// TOOD make this nicer
|
||||
// TODO: make this nicer
|
||||
if (_binOp.annotation().userDefinedFunction)
|
||||
{
|
||||
_binOp.leftExpression().accept(*this);
|
||||
|
||||
Reference in New Issue
Block a user