mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Parse for statement in assembly parser / printer
This commit is contained in:
@@ -111,6 +111,11 @@ bool ScopeFiller::operator()(Switch const& _switch)
|
||||
return success;
|
||||
}
|
||||
|
||||
bool ScopeFiller::operator()(ForLoop const&)
|
||||
{
|
||||
solAssert(false, "For loop not supported.");
|
||||
}
|
||||
|
||||
bool ScopeFiller::operator()(Block const& _block)
|
||||
{
|
||||
bool success = true;
|
||||
|
||||
Reference in New Issue
Block a user