solidity/test/cmdlineTests/combined_json_generated_sources/input.sol

6 lines
83 B
Solidity
Raw Normal View History

2020-11-23 18:06:44 +00:00
pragma abicoder v2;
2020-05-28 12:01:07 +00:00
contract C {
function f(uint[] calldata) pure external {}
2020-11-23 18:06:44 +00:00
}