mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Require ";" after "_"
This commit is contained in:
@@ -753,7 +753,7 @@ ASTPointer<Statement> Parser::parseStatement()
|
||||
{
|
||||
statement = ASTNodeFactory(*this).createNode<PlaceholderStatement>(docString);
|
||||
m_scanner->next();
|
||||
return statement;
|
||||
break;
|
||||
}
|
||||
// fall-through
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user