solidity/test/libsolidity/syntaxTests/fallback
2021-04-20 17:38:29 +02:00
..
arguments.sol Allow fallback function to return data. 2020-11-23 14:22:37 +01:00
default_visibility.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
fallback_as_function_name.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
fallback_duplicate_returns_inheritance.sol Override semantics for fallback function. 2020-11-23 14:22:37 +01:00
fallback_duplicate_returns_override.sol Override semantics for fallback function. 2020-11-23 14:22:37 +01:00
fallback_duplicate_returns.sol Override semantics for fallback function. 2020-11-23 14:22:37 +01:00
fallback_wrong_data_location.sol Some more tests. 2020-11-23 15:00:00 +01:00
inheritance_multi_base.sol Some more tests. 2020-11-23 15:00:00 +01:00
no_input_no_output.sol Allow fallback function to return data. 2020-11-23 14:22:37 +01:00
old_syntax.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
payable_fallback_with_inherited_receive.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
payable_fallback_without_receive_empty.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
payable_fallback_without_receive_nonempty_by_inheritance.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
payable_fallback_without_receive_nonempty.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
payable_fallback_without_receive_only_internal.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
pure_modifier.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
return_value_number.sol Allow fallback function to return data. 2020-11-23 14:22:37 +01:00
return_value_type.sol Allow fallback function to return data. 2020-11-23 14:22:37 +01:00
return_value_unsupported.sol Allow fallback function to return data. 2020-11-23 14:22:37 +01:00
returns.sol Allow fallback function to return data. 2020-11-23 14:22:37 +01:00
view_modifier.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00