solidity/test/libsolidity/syntaxTests/structs
2021-06-09 12:37:12 +02:00
..
recursion Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
address_member_access.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
address_member_declaration.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
array_calldata.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
calldata_array_assign.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
calldata_assign.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
calldata_dynamic.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
calldata_struct_function_type.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
calldata_struct_mapping_function.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
calldata.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
contract_global_struct_name_clash.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
global_struct_contract_name_clash.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
global_struct_shadowing.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
global_struct.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
global_structs_name_clash.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
illegal_names.sol Tests/Docs after disallowing super, this and _ as declaration names 2020-11-25 11:14:13 +01:00
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 Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
memory_to_calldata.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00