solidity/test/libsolidity/syntaxTests/structs/recursion
2020-06-30 16:53:41 +05:30
..
multi_struct_composition.sol Do not warn about enabled ABIEncoderV2 anymore. 2019-11-26 15:49:42 +01:00
parallel_structs.sol Do not warn about enabled ABIEncoderV2 anymore. 2019-11-26 15:49:42 +01:00
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 Disallow internal function types as parameters for public/external library function 2019-03-21 07:25:57 +01:00
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 Fix internal compiler error for arrays of recursive structs. 2019-10-01 16:51:14 +02:00
struct_definition_directly_recursive_dynamic_array.sol Add test cases. 2018-07-12 20:14:31 +02:00
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 Add test cases. 2018-07-12 20:14:31 +02:00
struct_definition_indirectly_recursive_dynamic_array2.sol Add test cases. 2018-07-12 20:14:31 +02:00
struct_definition_indirectly_recursive_dynamic_array3.sol Add test cases. 2018-07-12 20:14:31 +02:00
struct_definition_indirectly_recursive_dynamic_multi_array.sol Add test cases. 2018-07-12 20:14:31 +02:00
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 Add test cases. 2018-07-12 20:14:31 +02:00
struct_definition_not_really_recursive.sol Extract recursive struct tests. 2018-04-03 16:27:28 +02:00
struct_definition_recursion_via_mapping.sol Extract recursive struct tests. 2018-04-03 16:27:28 +02:00