solidity/test/cmdlineTests/standard_wrong_type_remappings/input.json

18 lines
343 B
JSON
Raw Normal View History

{
"language": "Solidity",
"sources": {
"fileA": {
"content": "contract A { }"
}
},
"settings": {
"outputSelection": {
"fileA": {
"A": [ "abi", "devdoc", "userdoc", "evm.bytecode", "evm.assembly", "evm.gasEstimates", "evm.legacyAssembly", "metadata" ],
"": [ "legacyAST" ]
}
},
"remappings": "not an object"
}
}