solidity/test/libsolidity/syntaxTests/conversion
Kamil Śliwak 41bcb97e36 Don't consider contracts implicitly convertible to the type of super
- `super` for all intents and purposes behaves like a type and should be a TypeType rather than ContractType. We have an issue to fix it but it's a breaking change. Until then let's at least not treat other contracts as convertible to the ContractType that `super` represents.
2020-09-08 00:29:44 +02:00
..
allowed_conversion_to_bytes_array.sol Do not set to ref for explicit conversion and add assertion for array 2018-09-14 08:42:40 +02:00
allowed_conversion_to_string.sol Do not set to ref for explicit conversion and add assertion for array 2018-09-14 08:42:40 +02:00
conversion_to_bytes.sol Update tests 2018-08-14 18:53:06 +02:00
explicit_conversion_address_to_payable.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
explicit_conversion_from_storage_array_ref.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
explicit_conversion_sender_to_payable.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
explicit_conversion_this_to_payable.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_cast_value_set.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_type_nonpayable_payable.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_type_nonpayable_pure.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_type_nonpayable_view.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_type_payable_nonpayable.sol Function type conversion test cases. 2018-11-08 10:51:51 +01:00
function_type_payable_pure.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_type_payable_view.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_type_pure_nonpayable.sol Function type conversion test cases. 2018-11-08 10:51:51 +01:00
function_type_pure_payable.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_type_pure_view.sol Function type conversion test cases. 2018-11-08 10:51:51 +01:00
function_type_same.sol Function type conversion test cases. 2018-11-08 10:51:51 +01:00
function_type_view_nonpayable.sol Function type conversion test cases. 2018-11-08 10:51:51 +01:00
function_type_view_payable.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_type_view_pure.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
implicit_conversion_from_storage_array_ref.sol Do not set to ref for explicit conversion and add assertion for array 2018-09-14 08:42:40 +02:00
implicit_conversion_of_super_in_comparison.sol Don't consider contracts implicitly convertible to the type of super 2020-09-08 00:29:44 +02:00
implicit_conversion_of_super_in_operators.sol Don't consider contracts implicitly convertible to the type of super 2020-09-08 00:29:44 +02:00
not_allowed_conversion_from_super.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
not_allowed_conversion_to_int_array_pointer1.sol Do not set to ref for explicit conversion and add assertion for array 2018-09-14 08:42:40 +02:00
not_allowed_conversion_to_int_array_pointer2.sol Do not set to ref for explicit conversion and add assertion for array 2018-09-14 08:42:40 +02:00