solidity/test/libsolidity/syntaxTests/operators/custom
2022-09-28 13:07:58 +02:00
..
operator_all_types_bound_inside_contract.sol Add user operator test cases 2022-09-28 13:06:25 +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 Adjust code to review findings 2022-09-28 13:06:25 +02:00
operator_consecutive_calls.sol Adjust code to review findings 2022-09-28 13:06:25 +02:00
operator_invalid_parameters.sol Type::userDefinedOperator takes return parameters into account 2022-09-28 13:06:25 +02:00
operator_invalid_return_parameters.sol More descriptive error message in TypeChecker::visit(UnaryOperation) 2022-09-28 13:06:25 +02:00
operator_not_user_implementable.sol Minor changes after code review 2022-09-28 13:07:58 +02:00
operator_parameter_with_wrong_data_location.sol Add test: operator_parameter_with_wrong_data_location 2022-09-28 12:10:27 +02:00
operator_with_different_param_return_types.sol Update message of TypeError 5172 2022-09-28 13:06:25 +02:00
two_functions_bound_to_operator.sol Adjust code to review findings 2022-09-28 13:06:25 +02:00
unary_operator_attached_to_two_argument_function.sol More descriptive error message in TypeChecker::visit(UnaryOperation) 2022-09-28 13:06:25 +02:00