solidity/test/libsolidity/syntaxTests/types/mapping
2020-07-20 17:22:04 +02:00
..
access_index_omitted.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
argument_external.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
argument_internal.sol Allow mapping arguments and return values in all internal functions. 2018-08-13 15:50:22 +02:00
argument_private.sol Allow mapping arguments and return values in all internal functions. 2018-08-13 15:50:22 +02:00
argument_public.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
array_argument_external.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
array_argument_internal.sol Allow mappings of arrays as arguments and return values of internal functions. 2018-08-13 16:33:37 +02:00
array_argument_private.sol Allow mappings of arrays as arguments and return values of internal functions. 2018-08-13 16:33:37 +02:00
array_argument_public.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
assignment_local_err.sol Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
assignment_local.sol Allow assignments to local variables of mapping types. 2018-08-03 16:22:03 +02:00
assignment_map.sol Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
assignment_state_variable.sol Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
assignment_struct.sol Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
assignment_type_mismatch.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
contract_mapping_invalid.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
contract_mapping.sol Disallow libraries as mapping keys. 2020-02-06 09:09:43 +01:00
enum_mapping_invalid.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
enum_mapping.sol Disallow libraries as mapping keys. 2020-02-06 09:09:43 +01:00
function_type_argument_array.sol Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
function_type_argument_external.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_type_argument_internal.sol Add tests for mappings in function types. 2018-08-13 16:33:37 +02:00
function_type_return_external.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_type_return_internal.sol Add tests for mappings in function types. 2018-08-13 16:33:37 +02:00
library_argument_external.sol Allow mapping arguments for public and external library functions. 2018-11-26 16:31:46 +01:00
library_argument_internal.sol Allow mapping arguments and return values in internal library functions. 2018-08-13 14:31:10 +02:00
library_argument_private.sol Allow mapping arguments and return values in internal library functions. 2018-08-13 14:31:10 +02:00
library_argument_public.sol Allow mapping arguments for public and external library functions. 2018-11-26 16:31:46 +01:00
library_argument_storage.sol Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
library_array_argument_external.sol Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
library_array_argument_internal.sol Allow mappings of arrays as arguments and return values of internal functions. 2018-08-13 16:33:37 +02:00
library_array_argument_private.sol Allow mappings of arrays as arguments and return values of internal functions. 2018-08-13 16:33:37 +02:00
library_array_argument_public.sol Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
library_mapping.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
library_nested_mapping.sol Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
library_nested_storage.sol Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
library_return_external.sol Allow mapping arguments for public and external library functions. 2018-11-26 16:31:46 +01:00
library_return_internal.sol Allow mapping arguments and return values in internal library functions. 2018-08-13 14:31:10 +02:00
library_return_private.sol Allow mapping arguments and return values in internal library functions. 2018-08-13 14:31:10 +02:00
library_return_public.sol Allow mapping arguments for public and external library functions. 2018-11-26 16:31:46 +01:00
mapping_array_data_location_function_param_external.sol Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
mapping_array_return_external.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
mapping_array_return_internal.sol Allow mappings of arrays as arguments and return values of internal functions. 2018-08-13 16:33:37 +02:00
mapping_array_return_public.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
mapping_data_location_calldata.sol Remove special treatment of `var`. 2020-07-20 17:22:04 +02:00
mapping_data_location_default.sol Remove special treatment of `var`. 2020-07-20 17:22:04 +02:00
mapping_data_location_function_param_external.sol Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
mapping_data_location_function_param_internal.sol Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
mapping_data_location_function_param_public.sol Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
mapping_data_location_memory.sol Remove special treatment of `var`. 2020-07-20 17:22:04 +02:00
mapping_dynamic_key_public.sol Allow dynamic types in public mappings 2019-02-26 15:48:54 +01:00
mapping_dynamic_key.sol Dynamic type as mapping key returns error instead of assertion fail 2018-08-16 11:59:41 +02:00
mapping_function_calldata.sol Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
mapping_return_external.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
mapping_return_internal.sol Allow mapping arguments and return values in all internal functions. 2018-08-13 15:50:22 +02:00
mapping_return_public_memory.sol Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
mapping_return_public.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
mapping_struct_data_location_memory.sol Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
mapping_struct_recusrive_data_location_memory.sol Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
memory_struct_recursive.sol Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
memory_structs_with_mappings.sol Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30