solidity/test/libsolidity/syntaxTests/operators/custom
2022-09-28 13:09:30 +02:00
..
binary_operator_bind_function_without_parameters.sol Additional tests for user type operators 2022-09-28 13:07:59 +02:00
bind_encode_function.sol Test cases for bindng operators to builtin functions 2022-09-28 13:07:59 +02:00
bind_error.sol Updates after code review 2022-09-28 13:09:16 +02:00
bind_event.sol Updates after code review 2022-09-28 13:09:16 +02:00
bind_function_that_shadows_keccak.sol Updates after code review 2022-09-28 13:09:16 +02:00
bind_function_to_operator_that_already_has_function_bound_as_global.sol Code adjustment after review 2022-09-28 13:09:30 +02:00
bind_keccak_function.sol Test cases for bindng operators to builtin functions 2022-09-28 13:07:59 +02:00
bind_revert_function.sol Test cases for bindng operators to builtin functions 2022-09-28 13:07:59 +02:00
call_operator_as_a_bound_function.sol Updates after code review 2022-09-28 13:09:16 +02:00
conversion_between_data_locations_is_blocked.sol Code adjustment after review 2022-09-28 13:09:30 +02:00
different_data_location_of_parameters_and_return_parameter.sol Update "using for" directive type checking 2022-09-28 13:07:59 +02:00
duplicated_operator_binding.sol Additional tests for using for directive 2022-09-28 13:07:59 +02:00
duplicated_using_directive.sol Additional tests for using for directive 2022-09-28 13:07:59 +02:00
implicit_conversion_is_blocked.sol Code adjustment after review 2022-09-28 13:09:30 +02:00
operator_all_types_bound_inside_contract.sol Add user operator test cases 2022-09-28 13:06:25 +02:00
operator_bind_a_bound_free_function.sol Test case for user operator bind a bound free function 2022-09-28 13:07:59 +02:00
operator_bind_is_not_inherited.sol Code adjustment after review 2022-09-28 13:09:30 +02:00
operator_bind_on_file_and_contract_level.sol Code adjustment after review 2022-09-28 13:09:30 +02:00
operator_binding_is_not_transitive_through_imports.sol Code adjustment after review 2022-09-28 13:09:30 +02:00
operator_bound_on_contract_level_to_contract_level_function.sol Add user operator test cases 2022-09-28 13:06:25 +02:00
operator_bound_to_all_types.sol Add user operator test cases 2022-09-28 13:06:25 +02:00
operator_bound_to_contract_level_function.sol Add user operator test cases 2022-09-28 13:06:25 +02:00
operator_bound_to_enum.sol Updates after code review 2022-09-28 13:09:16 +02:00
operator_bound_to_error.sol Update tests after code review 2022-09-28 13:07:58 +02:00
operator_bound_to_event.sol Updates after code review 2022-09-28 13:09:16 +02:00
operator_bound_to_function_pointer.sol Operator bound to function pointer test case 2022-09-28 13:09:16 +02:00
operator_consecutive_calls.sol Adjust code to review findings 2022-09-28 13:06:25 +02:00
operator_invalid_parameters.sol Merge type errors 8112 and 7617. 2022-09-28 13:09:30 +02:00
operator_invalid_return_parameters.sol Rework error handlig of user type operators 2022-09-28 13:07:58 +02:00
operator_not_user_implementable.sol Operators SHL, SAR, Exp and Not can be bound as a user type operators 2022-09-28 13:08:32 +02:00
operator_parameters_with_different_data_locations.sol Rework error handlig of user type operators 2022-09-28 13:07:58 +02:00
operator_with_calldata_parameters.sol Code adjustment after review 2022-09-28 13:09:30 +02:00
operator_with_different_parameter_types_different_from_return_types.sol Updates after code review 2022-09-28 13:09:16 +02:00
operator_with_storage_parameters.sol Code adjustment after review 2022-09-28 13:09:30 +02:00
two_argument_function_bound_to_unary_operator.sol Update error message of 4907_error 2022-09-28 13:09:16 +02:00
two_functions_bound_to_operator.sol Code adjustment after review 2022-09-28 13:09:30 +02:00
unary_operator_bind_function_without_parameters.sol Additional tests for user type operators 2022-09-28 13:07:59 +02:00