This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
16
Star
0
Fork
0
You've already forked solidity
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
3fb42f60b4
solidity
/
test
/
libyul
/
yulSyntaxTests
/
function_literal.yul
7 lines
103 B
Plaintext
Raw
Normal View
History
Unescape
Escape
AsmAnalysis: Fix out of bounds read due to incorrect bounds checking on literal arguments
2020-12-15 14:38:59 +00:00
{
function f(a,b) {}
f(x,1)
}
// ----
Updating tests after improving Yul error reporting
2021-02-09 13:25:34 +00:00
// DeclarationError 8198: (27-28): Identifier "x" not found.
Reference in New Issue
Copy Permalink