solidity/test/libsolidity/ASTJSON
2021-03-24 11:24:26 +01:00
..
assembly Update AST Json expectations. 2021-02-11 10:11:24 +01:00
abstract_contract_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
abstract_contract.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
abstract_contract.sol Update tests. 2020-07-07 12:16:18 +02:00
address_payable_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
address_payable.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
address_payable.sol
array_type_name_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
array_type_name.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
array_type_name.sol
base_constructor_call_parseOnly.json Add "kind" field to ModifierInvocation AST json element. 2021-03-16 18:50:37 +01:00
base_constructor_call.json Fix AST output if modifier invocation is base constructor call. 2021-03-24 11:24:26 +01:00
base_constructor_call.sol Add "kind" field to ModifierInvocation AST json element. 2021-03-16 18:50:37 +01:00
constructor_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
constructor.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
constructor.sol Update tests. 2020-07-07 12:16:18 +02:00
contract_dep_order_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
contract_dep_order.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
contract_dep_order.sol
documentation_on_statements_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
documentation_on_statements.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
documentation_on_statements.sol Export statement documentation. 2021-02-09 17:33:01 +01:00
documentation_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
documentation_triple_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
documentation_triple.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
documentation_triple.sol Export statement documentation. 2021-02-09 17:33:01 +01:00
documentation.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
documentation.sol Use same multi-source-syntax for test files 2020-09-15 12:44:02 +02:00
enum_value_declaration_parseOnly.json Add test. 2021-02-11 10:50:54 +01:00
enum_value_declaration.json Add test. 2021-02-11 10:50:54 +01:00
enum_value_declaration.sol Add test. 2021-02-11 10:50:54 +01:00
enum_value_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
enum_value.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
enum_value.sol
event_definition_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
event_definition.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
event_definition.sol
fallback_and_reveice_ether_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
fallback_and_reveice_ether.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
fallback_and_reveice_ether.sol
fallback_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
fallback_payable_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
fallback_payable.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
fallback_payable.sol
fallback.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
fallback.sol
function_type_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
function_type.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
function_type.sol
global_enum_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
global_enum.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
global_enum.sol
global_struct_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
global_struct.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
global_struct.sol
inheritance_specifier_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
inheritance_specifier.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
inheritance_specifier.sol
license_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
license.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
license.sol Add new test. 2020-05-13 18:16:59 +02:00
long_type_name_binary_operation_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
long_type_name_binary_operation.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
long_type_name_binary_operation.sol
long_type_name_identifier_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
long_type_name_identifier.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
long_type_name_identifier.sol
mappings_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
mappings.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
mappings.sol Allow user-defined types as mapping keys in parser and restrict to contracts during type checking. 2020-02-04 17:22:03 +01:00
modifier_definition_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
modifier_definition.json Add "kind" field to ModifierInvocation AST json element. 2021-03-16 18:50:37 +01:00
modifier_definition.sol
modifier_invocation_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
modifier_invocation.json Add "kind" field to ModifierInvocation AST json element. 2021-03-16 18:50:37 +01:00
modifier_invocation.sol
mutability_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
mutability.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
mutability.sol Export immutability. 2020-04-07 17:30:54 +02:00
non_utf8_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
non_utf8.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
non_utf8.sol Remove special treatment of `var`. 2020-07-20 17:22:04 +02:00
not_existing_import_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
not_existing_import.json Stop after parsing. 2020-09-30 16:57:49 +02:00
not_existing_import.sol Stop after parsing. 2020-09-30 16:57:49 +02:00
override_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
override.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
override.sol
placeholder_statement_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
placeholder_statement.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
placeholder_statement.sol
receive_ether_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
receive_ether.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
receive_ether.sol
short_type_name_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
short_type_name_ref_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
short_type_name_ref.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
short_type_name_ref.sol
short_type_name.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
short_type_name.sol
smoke_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
smoke.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
smoke.sol
source_location_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
source_location.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
source_location.sol Remove special treatment of `var`. 2020-07-20 17:22:04 +02:00
string_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
string.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
string.sol Update tests for unicode literals 2020-07-27 18:21:17 +01:00
two_base_functions_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
two_base_functions.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
two_base_functions.sol Add new test. 2019-12-05 03:33:32 +01:00
unicode_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
unicode.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
unicode.sol Update tests for unicode literals 2020-07-27 18:21:17 +01:00
using_for_directive_parseOnly.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
using_for_directive.json Update AST Json expectations. 2021-02-11 10:11:24 +01:00
using_for_directive.sol