solidity/test/libsolidity/syntaxTests/errors
hrkrshnn 2309ae3edd Added tests for internal or recursive types as event / error param
After converting the error about mapping parameter in event / error into a fatal type error, we were
missing tests that reached the "internal or recursive types" error.
2021-06-03 11:02:27 +02:00
..
abi_decode_error.sol
abi_encode_error_instance.sol
abi_encode_error.sol
all_ones_signature.sol
anonymous.sol
assert_with_cond_and_error.sol
assert_with_error.sol
basic.sol
clash_function_error_inheritance_2.sol
clash_function_error_inheritance.sol
clash_function_error.sol
duplicate.sol
error_address_payable.sol
error_as_function_param.sol
error_in_interface.sol
error_in_library.sol
error_location_memory.sol
error_location_specifier.sol
error_reserved_name.sol
file_level.sol
hash_collision_external.sol
hash_collision.sol
indexed_error.sol
internal_type.sol Added tests for internal or recursive types as event / error param 2021-06-03 11:02:27 +02:00
no_mappings.sol
no_overloading_inheritance.sol
no_overloading.sol
no_structs_in_abiv1.sol
panic_reserved_name.sol
require_custom.sol
revert_parentheses.sol
selector_on_instance.sol
selector.sol
struct_named_error.sol
unreachable.sol
using_2.sol
using_structs.sol
using.sol
weird1.sol
weird3.sol
weird4.sol
zero_signature.sol