This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
11
Star
0
Fork
0
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a8bf1f255da92e8740bc19fdde62da049c1a83cf
solidity
/
test
/
libsolidity
/
syntaxTests
/
operators
/
custom
T
History
wechman
1084a34f28
Add control flow tests for "and" and "or" operators
2022-09-28 13:06:25 +02:00
..
operator_bound_to_enum.sol
Disallow overriding operators for enums
2022-09-28 12:10:27 +02:00
operator_not_user_implemented.sol
Use user defined function return type as user defined operator type
2022-09-28 11:32:03 +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
Adjust type checking
2022-09-28 12:05:41 +02:00
operator_wrong_number_params_return.sol
Adjust type checking
2022-09-28 12:05:41 +02:00
two_functions_bound_to_operator.sol
Handle not unique operators for user-defined type.
2022-09-28 12:10:27 +02:00
unary_operator_attached_to_two_arguments_function.sol
Adjust type checking
2022-09-28 12:05:41 +02:00