solidity/test/libsolidity/syntaxTests/functionTypes
2018-12-12 14:43:44 +01:00
..
call_value_on_non_payable_function_type.sol Add expectations. 2018-04-11 22:00:04 +02:00
call_value_on_payable_function_type.sol Extract function type tests. 2018-04-11 22:00:04 +02:00
delete_external_function_type_invalid.sol Add expectations. 2018-04-11 22:00:04 +02:00
delete_function_type_invalid.sol Add expectations. 2018-04-11 22:00:04 +02:00
delete_function_type.sol test: Adapted to the change of the var-keyword elimination. 2018-06-26 10:40:26 +02:00
external_function_to_function_type_calldata_parameter.sol Update tests. 2018-08-14 18:53:06 +02:00
external_function_type_public_variable.sol New tests for function state variables. 2018-04-11 22:00:04 +02:00
external_function_type_returning_internal.sol Add expectations. 2018-04-11 22:00:04 +02:00
external_function_type_taking_internal.sol Add expectations. 2018-04-11 22:00:04 +02:00
external_function_type_to_address_payable.sol Make non-payable default for conversion to address. 2018-09-20 14:31:04 +02:00
external_function_type_to_address.sol Add expectations. 2018-04-11 22:00:04 +02:00
external_function_type_to_uint.sol Add expectations. 2018-04-11 22:00:04 +02:00
function_type_arrays.sol Add expectations. 2018-04-11 22:00:04 +02:00
function_type_constructor_local.sol Adjusts syntax tests to new constructor syntax. 2018-07-18 14:29:01 +02:00
function_type_constructor.sol Disallow functions without implementation to use modifiers. This was already the case in the experimental 0.5.0 mode. 2018-07-23 17:29:08 +01:00
function_type_internal_public_variable.sol New tests for function state variables. 2018-04-11 22:00:04 +02:00
function_type_parameter.sol Add expectations. 2018-04-11 22:00:04 +02:00
function_type_return_parameters_with_names.sol Return parameters in function types may not be named. 2018-06-18 00:05:06 +02:00
function_type_returned.sol Add expectations. 2018-04-11 22:00:04 +02:00
function_type_struct_undefined_member.sol Fix ICE when function type struct parameter has field of non-existent type 2018-11-29 10:38:47 +01:00
function_type_struct.sol Fix ICE when function type struct parameter has field of non-existent type 2018-11-29 10:38:47 +01:00
function_type_variable_external_internal.sol Update expectations. 2018-04-11 22:00:21 +02:00
function_type.sol Add expectations. 2018-04-11 22:00:04 +02:00
function_types_internal_visibility_error.sol New tests for function state variables. 2018-04-11 22:00:04 +02:00
function_types_variable_visibility.sol New tests for function state variables. 2018-04-11 22:00:04 +02:00
internal_function_as_external_parameter_in_library_external.sol Add expectations. 2018-04-11 22:00:04 +02:00
internal_function_as_external_parameter_in_library_internal.sol Add expectations. 2018-04-11 22:00:04 +02:00
internal_function_as_external_parameter.sol Add expectations. 2018-04-11 22:00:04 +02:00
internal_function_returned_from_public_function.sol Add expectations. 2018-04-11 22:00:04 +02:00
internal_function_type_to_address.sol Add expectations. 2018-04-11 22:00:04 +02:00
payable_internal_function_type_is_not_fatal.sol Add expectations. 2018-04-11 22:00:04 +02:00
payable_internal_function_type.sol Add expectations. 2018-04-11 22:00:04 +02:00
private_function_type.sol Add expectations. 2018-04-11 22:00:04 +02:00
public_function_type.sol Add expectations. 2018-04-11 22:00:04 +02:00
valid_function_type_variables.sol Disable state mutability warning for functions with empty body 2018-12-12 14:43:44 +01:00
warn_function_type_parameters_with_names.sol Add expectations. 2018-04-11 22:00:04 +02:00