solidity/test/libsolidity/syntaxTests/structs/recursion
2020-06-30 16:53:41 +05:30
..
multi_struct_composition.sol
parallel_structs.sol
recursive_struct_as_contract_function_parameter.sol Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
recursive_struct_as_library_function_parameter.sol
recursive_struct_as_memory_library_function_parameter.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
recursive_struct_forward_reference.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
recursive_struct_function_pointer.sol Annotate struct definitions with a recursive flag. 2020-04-16 16:42:12 +02:00
recursive_struct_with_internal_function_as_library_function_parameter.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
return_recursive_structs2.sol Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
return_recursive_structs3.sol Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
return_recursive_structs.sol Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
static_array_of_recursive_structs.sol
struct_definition_directly_recursive_dynamic_array.sol
struct_definition_directly_recursive_fixed_array.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
struct_definition_directly_recursive.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
struct_definition_indirectly_recursive_complex.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
struct_definition_indirectly_recursive_dynamic_array1.sol
struct_definition_indirectly_recursive_dynamic_array2.sol
struct_definition_indirectly_recursive_dynamic_array3.sol
struct_definition_indirectly_recursive_dynamic_multi_array.sol
struct_definition_indirectly_recursive_fixed_array1.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
struct_definition_indirectly_recursive_fixed_array2.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
struct_definition_indirectly_recursive_fixed_array3.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
struct_definition_indirectly_recursive_fixed_multi_array.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
struct_definition_indirectly_recursive.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
struct_definition_not_really_recursive_array.sol
struct_definition_not_really_recursive.sol
struct_definition_recursion_via_mapping.sol