solidity/test/libsolidity/syntaxTests/types/mapping
2018-08-03 16:22:03 +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
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 assignments to local variables of mapping types. 2018-08-03 16:22:03 +02:00
mapping_return_public.sol Allow assignments to local variables of mapping types. 2018-08-03 16:22:03 +02:00