.. |
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
|
Fix infinite loop for structs in library function parameter
|
2020-08-27 14:18:07 +02:00 |
recursive_struct_nested_mapping_storage.sol
|
Fix infinite loop for structs in library function parameter
|
2020-08-27 14:18:07 +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
|
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 |