mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update tests.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
{
|
||||
"id": 3,
|
||||
"nodeType": "Block",
|
||||
"src": "44:4:1",
|
||||
"src": "37:4:1",
|
||||
"statements": []
|
||||
},
|
||||
"id": 4,
|
||||
@@ -52,18 +52,18 @@
|
||||
"id": 2,
|
||||
"nodeType": "ParameterList",
|
||||
"parameters": [],
|
||||
"src": "44:0:1"
|
||||
"src": "37:0:1"
|
||||
},
|
||||
"scope": 5,
|
||||
"src": "23:25:1",
|
||||
"src": "23:18:1",
|
||||
"stateMutability": "nonpayable",
|
||||
"virtual": false,
|
||||
"visibility": "public"
|
||||
"visibility": "internal"
|
||||
}
|
||||
],
|
||||
"scope": 6,
|
||||
"src": "0:50:1"
|
||||
"src": "0:43:1"
|
||||
}
|
||||
],
|
||||
"src": "0:51:1"
|
||||
"src": "0:44:1"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
abstract contract C {
|
||||
constructor() public {
|
||||
constructor() {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
"scope": 5,
|
||||
"stateMutability": "nonpayable",
|
||||
"virtual": false,
|
||||
"visibility": "public"
|
||||
"visibility": "internal"
|
||||
},
|
||||
"children":
|
||||
[
|
||||
@@ -77,7 +77,7 @@
|
||||
"children": [],
|
||||
"id": 2,
|
||||
"name": "ParameterList",
|
||||
"src": "44:0:1"
|
||||
"src": "37:0:1"
|
||||
},
|
||||
{
|
||||
"attributes":
|
||||
@@ -90,20 +90,20 @@
|
||||
"children": [],
|
||||
"id": 3,
|
||||
"name": "Block",
|
||||
"src": "44:4:1"
|
||||
"src": "37:4:1"
|
||||
}
|
||||
],
|
||||
"id": 4,
|
||||
"name": "FunctionDefinition",
|
||||
"src": "23:25:1"
|
||||
"src": "23:18:1"
|
||||
}
|
||||
],
|
||||
"id": 5,
|
||||
"name": "ContractDefinition",
|
||||
"src": "0:50:1"
|
||||
"src": "0:43:1"
|
||||
}
|
||||
],
|
||||
"id": 6,
|
||||
"name": "SourceUnit",
|
||||
"src": "0:51:1"
|
||||
"src": "0:44:1"
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
{
|
||||
"id": 3,
|
||||
"nodeType": "Block",
|
||||
"src": "35:4:1",
|
||||
"src": "28:4:1",
|
||||
"statements": []
|
||||
},
|
||||
"id": 4,
|
||||
@@ -52,18 +52,18 @@
|
||||
"id": 2,
|
||||
"nodeType": "ParameterList",
|
||||
"parameters": [],
|
||||
"src": "35:0:1"
|
||||
"src": "28:0:1"
|
||||
},
|
||||
"scope": 5,
|
||||
"src": "14:25:1",
|
||||
"src": "14:18:1",
|
||||
"stateMutability": "nonpayable",
|
||||
"virtual": false,
|
||||
"visibility": "public"
|
||||
}
|
||||
],
|
||||
"scope": 6,
|
||||
"src": "0:41:1"
|
||||
"src": "0:34:1"
|
||||
}
|
||||
],
|
||||
"src": "0:42:1"
|
||||
"src": "0:35:1"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
contract C {
|
||||
constructor() public {
|
||||
constructor() {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
"children": [],
|
||||
"id": 2,
|
||||
"name": "ParameterList",
|
||||
"src": "35:0:1"
|
||||
"src": "28:0:1"
|
||||
},
|
||||
{
|
||||
"attributes":
|
||||
@@ -90,20 +90,20 @@
|
||||
"children": [],
|
||||
"id": 3,
|
||||
"name": "Block",
|
||||
"src": "35:4:1"
|
||||
"src": "28:4:1"
|
||||
}
|
||||
],
|
||||
"id": 4,
|
||||
"name": "FunctionDefinition",
|
||||
"src": "14:25:1"
|
||||
"src": "14:18:1"
|
||||
}
|
||||
],
|
||||
"id": 5,
|
||||
"name": "ContractDefinition",
|
||||
"src": "0:41:1"
|
||||
"src": "0:34:1"
|
||||
}
|
||||
],
|
||||
"id": 6,
|
||||
"name": "SourceUnit",
|
||||
"src": "0:42:1"
|
||||
"src": "0:35:1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user