solidity/test/libsolidity/syntaxTests/structs
2020-11-25 11:14:13 +01:00
..
recursion Use new abicoder pragma. 2020-11-24 14:57:45 +01: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 Allow global struct definitions. 2019-09-02 11:17:42 +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.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +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