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
565d0cd4eb
solidity
/
test
/
libsolidity
/
syntaxTests
/
array
/
calldata.sol
6 lines
106 B
Solidity
Raw
Normal View
History
Unescape
Escape
Use new abicoder pragma.
2020-11-23 18:06:44 +00:00
pragma
abicoder
v2
;
Disallow calldata arrays with dynamically encoded base types in TypeChecker.
2019-02-11 16:13:12 +00:00
contract
Test
{
function
f
(
uint
[
3
]
calldata
)
external
{
}
}
// ----
Reference in New Issue
Copy Permalink