mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Do not allow literal pushes in Julia
This commit is contained in:
@@ -128,6 +128,8 @@ assembly::Statement Parser::parseStatement()
|
||||
}
|
||||
}
|
||||
default:
|
||||
if (m_julia)
|
||||
fatalParserError("Call or assignment expected.");
|
||||
break;
|
||||
}
|
||||
return statement;
|
||||
|
||||
Reference in New Issue
Block a user