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:
parent
d61f9c4d4e
commit
f1f209db40
@ -128,6 +128,8 @@ assembly::Statement Parser::parseStatement()
|
||||
}
|
||||
}
|
||||
default:
|
||||
if (m_julia)
|
||||
fatalParserError("Call or assignment expected.");
|
||||
break;
|
||||
}
|
||||
return statement;
|
||||
|
Loading…
Reference in New Issue
Block a user