mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
21 lines
430 B
JSON
21 lines
430 B
JSON
{
|
|
"language": "Solidity",
|
|
"sources": {
|
|
"a.sol": {
|
|
"content": "// SPDX-License-Identifier: GPL-3.0\npragma abicoder v2; contract A { function f(uint[] memory) public view returns (uint256) { } }"
|
|
}
|
|
},
|
|
"settings": {
|
|
"evmVersion": "petersburg",
|
|
"outputSelection": {
|
|
"*": {
|
|
"A": [
|
|
"evm.bytecode.object",
|
|
"evm.deployedBytecode.generatedSources",
|
|
"evm.bytecode.generatedSources"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|