solidity/test/libsolidity/syntaxTests/types/mapping
2020-06-22 16:51:47 +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 Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
assignment_local.sol Allow assignments to local variables of mapping types. 2018-08-03 16:22:03 +02:00
assignment_map.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
assignment_state_variable.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
assignment_struct.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
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_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_array_argument_external.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
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 Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
library_mapping.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
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 Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
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 Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
mapping_data_location_default.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
mapping_data_location_function_param_external.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
mapping_data_location_function_param_internal.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
mapping_data_location_function_param_public.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
mapping_data_location_memory.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +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_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 Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
mapping_return_public.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00