aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-08-08 03:49:14 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-09-11 20:47:25 +0800
commita434896458656249113c7e269d8fde64b3df5d69 (patch)
tree098c7ae1c84841e425e7485ff8323564ffcd44ce /test/libsolidity
parentb6636e2570a14b33fbf53c3f59cca1a9dfb7f824 (diff)
downloaddexon-solidity-a434896458656249113c7e269d8fde64b3df5d69.tar.gz
dexon-solidity-a434896458656249113c7e269d8fde64b3df5d69.tar.zst
dexon-solidity-a434896458656249113c7e269d8fde64b3df5d69.zip
Restore ``isConstructor`` in the legacy AST.
Diffstat (limited to 'test/libsolidity')
-rw-r--r--test/libsolidity/ASTJSON/constructor_legacy.json1
-rw-r--r--test/libsolidity/ASTJSON/documentation_legacy.json1
-rw-r--r--test/libsolidity/ASTJSON/fallback_legacy.json1
-rw-r--r--test/libsolidity/ASTJSON/fallback_payable_legacy.json1
-rw-r--r--test/libsolidity/ASTJSON/function_type_legacy.json1
-rw-r--r--test/libsolidity/ASTJSON/long_type_name_binary_operation_legacy.json1
-rw-r--r--test/libsolidity/ASTJSON/long_type_name_identifier_legacy.json1
-rw-r--r--test/libsolidity/ASTJSON/modifier_definition_legacy.json1
-rw-r--r--test/libsolidity/ASTJSON/modifier_invocation_legacy.json1
-rw-r--r--test/libsolidity/ASTJSON/non_utf8_legacy.json1
-rw-r--r--test/libsolidity/ASTJSON/short_type_name_legacy.json1
-rw-r--r--test/libsolidity/ASTJSON/short_type_name_ref_legacy.json1
-rw-r--r--test/libsolidity/ASTJSON/source_location_legacy.json1
13 files changed, 13 insertions, 0 deletions
diff --git a/test/libsolidity/ASTJSON/constructor_legacy.json b/test/libsolidity/ASTJSON/constructor_legacy.json
index 73a58acf..0617073e 100644
--- a/test/libsolidity/ASTJSON/constructor_legacy.json
+++ b/test/libsolidity/ASTJSON/constructor_legacy.json
@@ -40,6 +40,7 @@
{
"documentation" : null,
"implemented" : true,
+ "isConstructor" : true,
"kind" : "constructor",
"modifiers" :
[
diff --git a/test/libsolidity/ASTJSON/documentation_legacy.json b/test/libsolidity/ASTJSON/documentation_legacy.json
index 7c9e7e20..0277902f 100644
--- a/test/libsolidity/ASTJSON/documentation_legacy.json
+++ b/test/libsolidity/ASTJSON/documentation_legacy.json
@@ -107,6 +107,7 @@
{
"documentation" : "Some comment on fn.",
"implemented" : true,
+ "isConstructor" : false,
"kind" : "function",
"modifiers" :
[
diff --git a/test/libsolidity/ASTJSON/fallback_legacy.json b/test/libsolidity/ASTJSON/fallback_legacy.json
index 2fbd0d98..0aca3128 100644
--- a/test/libsolidity/ASTJSON/fallback_legacy.json
+++ b/test/libsolidity/ASTJSON/fallback_legacy.json
@@ -40,6 +40,7 @@
{
"documentation" : null,
"implemented" : true,
+ "isConstructor" : false,
"kind" : "fallback",
"modifiers" :
[
diff --git a/test/libsolidity/ASTJSON/fallback_payable_legacy.json b/test/libsolidity/ASTJSON/fallback_payable_legacy.json
index 5f041961..7320f574 100644
--- a/test/libsolidity/ASTJSON/fallback_payable_legacy.json
+++ b/test/libsolidity/ASTJSON/fallback_payable_legacy.json
@@ -40,6 +40,7 @@
{
"documentation" : null,
"implemented" : true,
+ "isConstructor" : false,
"kind" : "fallback",
"modifiers" :
[
diff --git a/test/libsolidity/ASTJSON/function_type_legacy.json b/test/libsolidity/ASTJSON/function_type_legacy.json
index 6c49a92f..72ceec81 100644
--- a/test/libsolidity/ASTJSON/function_type_legacy.json
+++ b/test/libsolidity/ASTJSON/function_type_legacy.json
@@ -40,6 +40,7 @@
{
"documentation" : null,
"implemented" : true,
+ "isConstructor" : false,
"kind" : "function",
"modifiers" :
[
diff --git a/test/libsolidity/ASTJSON/long_type_name_binary_operation_legacy.json b/test/libsolidity/ASTJSON/long_type_name_binary_operation_legacy.json
index f6c32855..b5333286 100644
--- a/test/libsolidity/ASTJSON/long_type_name_binary_operation_legacy.json
+++ b/test/libsolidity/ASTJSON/long_type_name_binary_operation_legacy.json
@@ -40,6 +40,7 @@
{
"documentation" : null,
"implemented" : true,
+ "isConstructor" : false,
"kind" : "function",
"modifiers" :
[
diff --git a/test/libsolidity/ASTJSON/long_type_name_identifier_legacy.json b/test/libsolidity/ASTJSON/long_type_name_identifier_legacy.json
index 96363141..d3bcda56 100644
--- a/test/libsolidity/ASTJSON/long_type_name_identifier_legacy.json
+++ b/test/libsolidity/ASTJSON/long_type_name_identifier_legacy.json
@@ -82,6 +82,7 @@
{
"documentation" : null,
"implemented" : true,
+ "isConstructor" : false,
"kind" : "function",
"modifiers" :
[
diff --git a/test/libsolidity/ASTJSON/modifier_definition_legacy.json b/test/libsolidity/ASTJSON/modifier_definition_legacy.json
index 1b384fe2..5186912c 100644
--- a/test/libsolidity/ASTJSON/modifier_definition_legacy.json
+++ b/test/libsolidity/ASTJSON/modifier_definition_legacy.json
@@ -104,6 +104,7 @@
{
"documentation" : null,
"implemented" : true,
+ "isConstructor" : false,
"kind" : "function",
"name" : "F",
"scope" : 14,
diff --git a/test/libsolidity/ASTJSON/modifier_invocation_legacy.json b/test/libsolidity/ASTJSON/modifier_invocation_legacy.json
index 1b384fe2..5186912c 100644
--- a/test/libsolidity/ASTJSON/modifier_invocation_legacy.json
+++ b/test/libsolidity/ASTJSON/modifier_invocation_legacy.json
@@ -104,6 +104,7 @@
{
"documentation" : null,
"implemented" : true,
+ "isConstructor" : false,
"kind" : "function",
"name" : "F",
"scope" : 14,
diff --git a/test/libsolidity/ASTJSON/non_utf8_legacy.json b/test/libsolidity/ASTJSON/non_utf8_legacy.json
index c20057e7..df105096 100644
--- a/test/libsolidity/ASTJSON/non_utf8_legacy.json
+++ b/test/libsolidity/ASTJSON/non_utf8_legacy.json
@@ -40,6 +40,7 @@
{
"documentation" : null,
"implemented" : true,
+ "isConstructor" : false,
"kind" : "function",
"modifiers" :
[
diff --git a/test/libsolidity/ASTJSON/short_type_name_legacy.json b/test/libsolidity/ASTJSON/short_type_name_legacy.json
index 87b078b9..1f9b1968 100644
--- a/test/libsolidity/ASTJSON/short_type_name_legacy.json
+++ b/test/libsolidity/ASTJSON/short_type_name_legacy.json
@@ -40,6 +40,7 @@
{
"documentation" : null,
"implemented" : true,
+ "isConstructor" : false,
"kind" : "function",
"modifiers" :
[
diff --git a/test/libsolidity/ASTJSON/short_type_name_ref_legacy.json b/test/libsolidity/ASTJSON/short_type_name_ref_legacy.json
index 406dc8d8..420b0f60 100644
--- a/test/libsolidity/ASTJSON/short_type_name_ref_legacy.json
+++ b/test/libsolidity/ASTJSON/short_type_name_ref_legacy.json
@@ -40,6 +40,7 @@
{
"documentation" : null,
"implemented" : true,
+ "isConstructor" : false,
"kind" : "function",
"modifiers" :
[
diff --git a/test/libsolidity/ASTJSON/source_location_legacy.json b/test/libsolidity/ASTJSON/source_location_legacy.json
index ee4e9841..a65979d6 100644
--- a/test/libsolidity/ASTJSON/source_location_legacy.json
+++ b/test/libsolidity/ASTJSON/source_location_legacy.json
@@ -40,6 +40,7 @@
{
"documentation" : null,
"implemented" : true,
+ "isConstructor" : false,
"kind" : "function",
"modifiers" :
[