solidity/test/libsolidity/syntaxTests/structs
2020-04-16 16:42:12 +02:00
..
recursion Move direct struct recursion check to detect recursion in global structs. 2020-04-16 16:42:12 +02:00
address_member_access.sol Replace casting of external functions to address by a member named "address". 2019-08-19 14:56:04 +02:00
address_member_declaration.sol Replace casting of external functions to address by a member named "address". 2019-08-19 14:56:04 +02:00
array_calldata.sol Do not warn about enabled ABIEncoderV2 anymore. 2019-11-26 15:49:42 +01:00
calldata_array_assign.sol Do not warn about enabled ABIEncoderV2 anymore. 2019-11-26 15:49:42 +01:00
calldata_assign.sol Do not warn about enabled ABIEncoderV2 anymore. 2019-11-26 15:49:42 +01:00
calldata_dynamic.sol Do not warn about enabled ABIEncoderV2 anymore. 2019-11-26 15:49:42 +01:00
calldata_struct_function_type.sol Do not warn about enabled ABIEncoderV2 anymore. 2019-11-26 15:49:42 +01:00
calldata.sol Do not warn about enabled ABIEncoderV2 anymore. 2019-11-26 15:49:42 +01:00
contract_global_struct_name_clash.sol Allow global struct definitions. 2019-09-02 11:17:42 +02:00
global_struct_contract_name_clash.sol Allow global struct definitions. 2019-09-02 11:17:42 +02:00
global_struct_shadowing.sol Allow global struct definitions. 2019-09-02 11:17:42 +02:00
global_struct.sol Allow global struct definitions. 2019-09-02 11:17:42 +02:00
global_structs_name_clash.sol Allow global struct definitions. 2019-09-02 11:17:42 +02:00
member_type_eq_name.sol Extract typing. 2020-04-14 10:59:28 +02:00
member_type_func.sol Extract typing. 2020-04-14 10:59:28 +02:00
memory_to_calldata.sol Do not warn about enabled ABIEncoderV2 anymore. 2019-11-26 15:49:42 +01:00
struct_var_member.sol Move direct struct recursion check to detect recursion in global structs. 2020-04-16 16:42:12 +02:00