solidity/test/libsolidity/syntaxTests/structs
2022-11-04 08:46:53 +01:00
..
recursion 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
address_member_access.sol
address_member_declaration.sol
array_calldata.sol
calldata_array_assign.sol
calldata_assign.sol
calldata_dynamic.sol
calldata_struct_function_type.sol
calldata_struct_mapping_function.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
calldata.sol
contract_global_struct_name_clash.sol
global_struct_contract_name_clash.sol
global_struct_shadowing.sol
global_struct.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
global_structs_name_clash.sol
illegal_names.sol
member_type_eq_name_2.sol Fix shadowing struct types by struct member names 2021-06-09 12:37:11 +02:00
member_type_eq_name_3.sol Extra tests for shadowing within function parameter lists 2021-06-09 12:37:12 +02:00
member_type_eq_name.sol Fix shadowing struct types by struct member names 2021-06-09 12:37:11 +02:00
member_type_func.sol Make the message about name not referring to a user-defined type more generic 2022-11-04 08:46:53 +01:00
memory_to_calldata.sol