mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
AST for try and catch.
This commit is contained in:
@@ -218,6 +218,8 @@ enum class FunctionCallKind
|
||||
struct FunctionCallAnnotation: ExpressionAnnotation
|
||||
{
|
||||
FunctionCallKind kind = FunctionCallKind::Unset;
|
||||
/// If true, this is the external call of a try statement.
|
||||
bool tryCall = false;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user