solidity/test/libsolidity/syntaxTests/functionCalls
2023-04-20 13:50:22 +02:00
..
arbitrary_parameters_but_restricted_first_type.sol
call_unimplemented_base_via_super.sol FunctionDefinition.resolveVirtual(): Skip unimplemented functions when lookup happens via super 2021-06-02 16:16:15 +02:00
call_unimplemented_base.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
calldata_struct_argument_with_internal_data_type_inside.sol Issue 11610 : Replced typeError with fataTypeError in lines 390 and 406. Test file added in test/libsolidity/syntaxTests/calldata_struct_argument_with_internal_type_inside.sol 2021-12-03 12:23:35 +05:30
calldata_struct_array_argument_with_internal_data_type_inside_as_constructor_parameter.sol Issue 11610 : Replced typeError with fataTypeError in lines 390 and 406. Test file added in test/libsolidity/syntaxTests/calldata_struct_argument_with_internal_type_inside.sol 2021-12-03 12:23:35 +05:30
calldata_struct_array_argument_with_internal_data_type_inside.sol Issue 11610 : Replced typeError with fataTypeError in lines 390 and 406. Test file added in test/libsolidity/syntaxTests/calldata_struct_argument_with_internal_type_inside.sol 2021-12-03 12:23:35 +05:30
calloptions_duplicated.sol
calloptions_on_delegatecall.sol
calloptions_on_internal_function.sol
calloptions_on_staticcall.sol Add more syntax tests for uncovered cases 2020-11-05 10:30:09 +00:00
calloptions_repeated.sol Disallow specifying call options multiple times. 2020-11-02 20:07:23 +01:00
enum_value_not_callable.sol Remove the inaccurate Type::categoryName() and change the error message for invalid calls to one independent of the category 2023-04-20 13:50:22 +02:00
int_not_callable.sol Remove the inaccurate Type::categoryName() and change the error message for invalid calls to one independent of the category 2023-04-20 13:50:22 +02:00
invalid_expressions_with_calloptions1.sol
invalid_expressions_with_calloptions2.sol
invalid_expressions_with_calloptions3.sol
invalid_named_arguments_conditional.sol
lowlevel_call_options.sol
magic_not_callable.sol Remove the inaccurate Type::categoryName() and change the error message for invalid calls to one independent of the category 2023-04-20 13:50:22 +02:00
mapping_not_callable.sol Remove the inaccurate Type::categoryName() and change the error message for invalid calls to one independent of the category 2023-04-20 13:50:22 +02:00
modifier_not_callable.sol Remove the inaccurate Type::categoryName() and change the error message for invalid calls to one independent of the category 2023-04-20 13:50:22 +02:00
module_not_callable.sol Remove the inaccurate Type::categoryName() and change the error message for invalid calls to one independent of the category 2023-04-20 13:50:22 +02:00
msg_value_non_payable.sol
named_arguments_duplicate_parameter.sol
named_arguments_empty.sol
named_arguments_for_functions_that_take_arbitrary_parameters.sol
named_arguments_in_any_order.sol
named_arguments_invalid_name.sol
named_arguments_overload_failing1.sol
named_arguments_overload_failing2.sol
named_arguments_overload_failing3.sol
named_arguments_overload_failing_ambiguous_implicit_conversion.sol
named_arguments_overload_failing_ambiguous.sol
named_arguments_overload_failing_right_names_wrong_order.sol
named_arguments_overload_failing_wrong_names.sol
named_arguments_overload_in_any_order.sol
named_arguments_overload.sol
named_arguments_wrong_count.sol
new_library.sol
new_with_calloptions_unsupported.sol
new_with_calloptions.sol
new_with_invalid_calloptions.sol
staticcall_on_homestead.sol Add more syntax tests for uncovered cases 2020-11-05 10:30:09 +00:00
this_not_callable.sol Remove the inaccurate Type::categoryName() and change the error message for invalid calls to one independent of the category 2023-04-20 13:50:22 +02:00