solidity/test/libsolidity/syntaxTests/structs/recursion
2021-12-03 12:23:35 +05:30
..
multi_struct_composition.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
parallel_structs.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
recursive_struct_as_contract_function_parameter.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
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 Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
recursive_struct_forward_reference.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
recursive_struct_function_pointer.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
recursive_struct_nested_mapping_memory.sol Issue 11610 : Replced typeError with fataTypeError in lines 390 and 406. Test file added in test/libsolidity/syntaxTests/calldata_struct_argument_with_internal_type_inside.sol 2021-12-03 12:23:35 +05:30
recursive_struct_nested_mapping_storage.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +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 Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
return_recursive_structs3.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
return_recursive_structs.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
static_array_of_recursive_structs.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +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 Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
struct_definition_not_really_recursive.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
struct_definition_recursion_via_mapping.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00