solidity/test/libsolidity/syntaxTests/types
2018-08-04 15:22:22 +01:00
..
mapping Enforces data location of local mappings to storage. 2018-07-23 19:30:07 +02:00
address_members_in_contract.sol Changes in ExpressionCompiler 2018-07-18 19:51:24 +02:00
address_to_contract_implicitly.sol Disallow conversion between unrelated contract types. 2018-08-01 11:04:35 +01:00
address_to_contract.sol Disallow conversion between unrelated contract types. 2018-08-01 11:04:35 +01:00
bool_ops.sol Add syntax tests and Changelog entry 2018-05-16 18:32:47 +02:00
bytes0.sol Add syntax tests for bytesM 2018-04-30 13:02:02 +01:00
bytes1_to_uint256.sol Disallow conversions between bytesX and uintY of different size. 2018-05-16 18:32:47 +02:00
bytes32_to_uint32.sol Disallow conversions between bytesX and uintY of different size. 2018-05-16 18:32:47 +02:00
bytes33.sol Add syntax tests for bytesM 2018-04-30 13:02:02 +01:00
bytes256.sol Add syntax tests for bytesM 2018-04-30 13:02:02 +01:00
bytes_to_contract.sol Disallow conversions between bytesX and uintY of different size. 2018-05-16 18:32:47 +02:00
bytes_to_uint_same_size.sol Disallow conversions between bytesX and uintY of different size. 2018-05-16 18:32:47 +02:00
bytesm.sol Add syntax tests for bytesM 2018-04-30 13:02:02 +01:00
contract_to_address_implicitly.sol Disallow conversion between unrelated contract types. 2018-08-01 11:04:35 +01:00
contract_to_address.sol Disallow conversion between unrelated contract types. 2018-08-01 11:04:35 +01:00
contract_to_base_base.sol Disallow conversion between unrelated contract types. 2018-08-01 11:04:35 +01:00
contract_to_base.sol Disallow conversion between unrelated contract types. 2018-08-01 11:04:35 +01:00
contract_to_derived.sol Disallow conversion between unrelated contract types. 2018-08-01 11:04:35 +01:00
contract_to_unrelated_contract.sol Disallow conversion between unrelated contract types. 2018-08-01 11:04:35 +01:00
cyclic_dependency_check_on_consts_exhausted.sol Adds positive/negative tests for checking error on cyclic dependency checker exhaustion 2018-08-01 12:04:08 +01:00
cyclic_dependency_check_on_consts_good.sol Adds positive/negative tests for checking error on cyclic dependency checker exhaustion 2018-08-01 12:04:08 +01:00
cyclic_dependency_check_on_struct_exhausted.sol Adds positive/negative tests for checking error on cyclic dependency checker exhaustion 2018-08-01 12:04:08 +01:00
cyclic_dependency_check_on_struct_good.sol Adds positive/negative tests for checking error on cyclic dependency checker exhaustion 2018-08-01 12:04:08 +01:00
empty_tuple_event.sol Remove unnecesary version pragma from some syntax tests 2018-07-31 00:12:42 +01:00
empty_tuple_function.sol Remove unnecesary version pragma from some syntax tests 2018-07-31 00:12:42 +01:00
empty_tuple_lvalue_array.sol Remove unnecesary version pragma from some syntax tests 2018-07-31 00:12:42 +01:00
empty_tuple_lvalue.sol Remove unnecesary version pragma from some syntax tests 2018-07-31 00:12:42 +01:00
index_access_for_bytes.sol Disallow conversions between bytesX and uintY of different size. 2018-05-16 18:32:47 +02:00
no_singleton_tuple.sol Update tests. 2018-07-10 15:28:05 +02:00
rational_number_array_index_limit.sol Limits rational numbers to 4096 bits. 2018-04-16 11:45:55 +02:00
rational_number_bitshift_limit.sol Limits rational numbers to 4096 bits. 2018-04-16 11:45:55 +02:00
rational_number_div_limit.sol Limits rational numbers to 4096 bits. 2018-04-16 11:45:55 +02:00
rational_number_exp_limit_fail.sol Split test case into failing and succeeding case. 2018-07-11 15:37:37 +02:00
rational_number_exp_limit_fine.sol Split test case into failing and succeeding case. 2018-07-11 15:37:37 +02:00
rational_number_literal_limit_1.sol Limits rational numbers to 4096 bits. 2018-04-16 11:45:55 +02:00
rational_number_literal_limit_2.sol Limits rational numbers to 4096 bits. 2018-04-16 11:45:55 +02:00
rational_number_literal_limit_3.sol Limits rational numbers to 4096 bits. 2018-04-16 11:45:55 +02:00
rational_number_mul_limit.sol Limits rational numbers to 4096 bits. 2018-04-16 11:45:55 +02:00
uint32_to_bytes32.sol Disallow conversions between bytesX and uintY of different size. 2018-05-16 18:32:47 +02:00
uint256_to_bytes1.sol Disallow conversions between bytesX and uintY of different size. 2018-05-16 18:32:47 +02:00
unnamed_tuple_decl.sol Remove unnecesary version pragma from some syntax tests 2018-07-31 00:12:42 +01:00
var_empty_decl_0.sol Ensures an empty use of var keyword is caught with the proper error message. 2018-08-01 09:59:06 +02:00
var_empty_decl_1.sol Ensures an empty use of var keyword is caught with the proper error message. 2018-08-01 09:59:06 +02:00
var_empty_decl_2.sol Ensures an empty use of var keyword is caught with the proper error message. 2018-08-01 09:59:06 +02:00
var_empty_decl_3.sol Ensures an empty use of var keyword is caught with the proper error message. 2018-08-01 09:59:06 +02:00
var_type_suggest.sol Fix declaration suggestion for var with different number of components 2018-08-04 15:22:22 +01:00