mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
make something in scoper virtual
This commit is contained in:
parent
f5750c9229
commit
acfcff1628
@ -41,7 +41,7 @@ protected:
|
||||
bool inScope(YulString _variableName) const;
|
||||
|
||||
/// Creates a new inner scope.
|
||||
void pushScope(bool _functionScope);
|
||||
virtual void pushScope(bool _functionScope);
|
||||
/// Removes the innermost scope and clears all variables in it.
|
||||
virtual void popScope();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user