aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ASTJSON/source_location_legacy.json
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-08-07 00:55:12 +0800
committerGitHub <noreply@github.com>2018-08-07 00:55:12 +0800
commit276724dedc32e8d30500dcb9927bcff708093067 (patch)
tree8ab1d73cd45dbd049403885224d65e4cc4e5c880 /test/libsolidity/ASTJSON/source_location_legacy.json
parent1fb2d6aa856d4ab62050d8b527a9044e7cca5a80 (diff)
parentbdd86cb39c30fb129b6f429af7a3d4999473f3de (diff)
downloaddexon-solidity-276724dedc32e8d30500dcb9927bcff708093067.tar
dexon-solidity-276724dedc32e8d30500dcb9927bcff708093067.tar.gz
dexon-solidity-276724dedc32e8d30500dcb9927bcff708093067.tar.bz2
dexon-solidity-276724dedc32e8d30500dcb9927bcff708093067.tar.lz
dexon-solidity-276724dedc32e8d30500dcb9927bcff708093067.tar.xz
dexon-solidity-276724dedc32e8d30500dcb9927bcff708093067.tar.zst
dexon-solidity-276724dedc32e8d30500dcb9927bcff708093067.zip
Merge pull request #4663 from ethereum/dropConstantAST
[BREAKING] Drop constant field from JSON AST
Diffstat (limited to 'test/libsolidity/ASTJSON/source_location_legacy.json')
-rw-r--r--test/libsolidity/ASTJSON/source_location_legacy.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/libsolidity/ASTJSON/source_location_legacy.json b/test/libsolidity/ASTJSON/source_location_legacy.json
index d046e6ae..327cd6da 100644
--- a/test/libsolidity/ASTJSON/source_location_legacy.json
+++ b/test/libsolidity/ASTJSON/source_location_legacy.json
@@ -38,7 +38,6 @@
{
"attributes" :
{
- "constant" : false,
"documentation" : null,
"implemented" : true,
"isConstructor" : false,
@@ -47,7 +46,6 @@
null
],
"name" : "f",
- "payable" : false,
"scope" : 11,
"stateMutability" : "nonpayable",
"superFunction" : null,