solidity/test/libsolidity/syntaxTests/functionCalls
2020-03-06 10:51:16 +01:00
..
arbitrary_parameters_but_restricted_first_type.sol
call_options_overload.sol
call_unimplemented_base.sol Fix calling unimplemented base function. 2020-03-06 10:51:16 +01:00
calloptions_duplicated.sol
calloptions_on_delegatecall.sol Implement new with CREATE2 and function call options. 2020-01-23 21:20:01 +01:00
calloptions_on_internal_function.sol
calloptions_repeated.sol
int_not_callable.sol
invalid_expressions_with_calloptions1.sol
invalid_expressions_with_calloptions2.sol
invalid_expressions_with_calloptions3.sol
lowlevel_call_options.sol
named_arguments_for_functions_that_take_arbitrary_parameters.sol
named_arguments_overload_failing1.sol
named_arguments_overload_failing2.sol
named_arguments_overload_failing3.sol
named_arguments_overload.sol
new_with_calloptions_unsupported.sol
new_with_calloptions.sol
new_with_invalid_calloptions.sol
this_not_callable.sol