mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
minor fixes and changelog update
This commit is contained in:
@@ -1246,6 +1246,7 @@ bool TypeChecker::visit(FunctionCall const& _functionCall)
|
||||
}
|
||||
else
|
||||
_functionCall.annotation().kind = FunctionCallKind::FunctionCall;
|
||||
solAssert(_functionCall.annotation().kind != FunctionCallKind::Unset, "");
|
||||
|
||||
if (_functionCall.annotation().kind == FunctionCallKind::TypeConversion)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user