diff options
Diffstat (limited to 'test/libsolidity/ASTJSON')
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" : [ |