solidity/test/libsolidity/syntaxTests/types/mapping
2018-08-13 15:50:22 +02:00
..
argument_external.sol Allow mapping arguments and return values in internal library functions. 2018-08-13 14:31:10 +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 Allow mapping arguments and return values in internal library functions. 2018-08-13 14:31:10 +02:00
assignment_local.sol Allow assignments to local variables of mapping types. 2018-08-03 16:22:03 +02:00
assignment_state_variable.sol Disallow assignments to mappings within tuple assignments. 2018-08-03 15:46:26 +02:00
assignment_struct.sol Disallow assignments to mappings within tuple assignments. 2018-08-03 15:46:26 +02:00
library_argument_external.sol Allow mapping arguments and return values in internal library functions. 2018-08-13 14:31:10 +02: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 and return values in internal library functions. 2018-08-13 14:31:10 +02:00
library_return_external.sol Allow mapping arguments and return values in internal library functions. 2018-08-13 14:31:10 +02: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 and return values in internal library functions. 2018-08-13 14:31:10 +02:00
mapping_data_location_calldata.sol Enforces data location of local mappings to storage. 2018-07-23 19:30:07 +02:00
mapping_data_location_default.sol Enforces data location of local mappings to storage. 2018-07-23 19:30:07 +02:00
mapping_data_location_memory.sol Enforces data location of local mappings to storage. 2018-07-23 19:30:07 +02:00
mapping_return_external.sol Allow assignments to local variables of mapping types. 2018-08-03 16:22:03 +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.sol Allow assignments to local variables of mapping types. 2018-08-03 16:22:03 +02:00