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 Fix member lookup for constructor in library. 2020-08-04 10:51:40 +02:00
contract_not_payable_send.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
contract_not_payable_transfer.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
failed_function_lookup_in_library.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
failed_function_lookup.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
internal_function_type.sol Update tests. 2020-07-07 12:16:18 +02:00
member_not_unique.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
member_value_not_unique.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
memory_structs_with_mapping_array_struct_array.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
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 Warns if modifier uses msg.value in non-payable function. 2018-09-03 18:35:57 +02:00
msg_value_modifier_pure.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
msg_value_modifier_view.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
push_on_memory_types.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
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 Fixes internal compiler error with an unused reference to module member. 2020-10-12 11:56:01 +02:00