solidity/test/libsolidity/syntaxTests/memberLookup
hrkrshnn 88c99a7538 Tests/Docs: changing type of msg.sender and tx.origin into address
And also making the type of address(literal) as non-payable address.
2020-12-14 16:55:48 +01:00
..
constructor_as_potential_library_member.sol
contract_not_payable_send.sol
contract_not_payable_transfer.sol
failed_function_lookup_in_library.sol
failed_function_lookup.sol
internal_function_type.sol
member_not_unique.sol
member_value_not_unique.sol
memory_structs_with_mapping_array_struct_array.sol
memory_structs_with_mappings.sol
msg_sender_non_payable_send.sol Tests/Docs: changing type of msg.sender and tx.origin into address 2020-12-14 16:55:48 +01:00
msg_sender_non_payable_transfer.sol Tests/Docs: changing type of msg.sender and tx.origin into address 2020-12-14 16:55:48 +01:00
msg_value_modifier_payable.sol
msg_value_modifier_pure.sol
msg_value_modifier_view.sol
push_on_memory_types.sol
tx_origin_non_payable_send.sol Tests/Docs: changing type of msg.sender and tx.origin into address 2020-12-14 16:55:48 +01:00
tx_origin_non_payable_transfer.sol Tests/Docs: changing type of msg.sender and tx.origin into address 2020-12-14 16:55:48 +01:00
unused_module_member_reference.sol