solidity/test/cmdlineTests/standard_wrong_type_remappings_entry/input.json

18 lines
376 B
JSON
Raw Normal View History

{
"language": "Solidity",
"sources": {
"fileA": {
2020-05-13 01:52:11 +00:00
"content": "//SPDX-License-Identifier: GPL-3.0\ncontract A { }"
}
},
"settings": {
"outputSelection": {
"fileA": {
"A": [ "abi", "devdoc", "userdoc", "evm.bytecode", "evm.assembly", "evm.gasEstimates", "evm.legacyAssembly", "metadata" ],
"": [ "legacyAST" ]
}
},
"remappings": [1, 2 ,3 ,4]
}
}