solidity/test/libsolidity/semanticTests/types
2020-02-04 17:22:03 +01:00
..
assign_calldata_value_type.sol Better error messages when writing to expressions that cannot be written to. 2019-08-14 17:59:48 +02:00
convert_fixed_bytes_to_fixed_bytes_greater_size.sol Extracting more end-to-end tests. 2019-07-22 16:31:46 +02:00
convert_fixed_bytes_to_fixed_bytes_same_size.sol Extracting more end-to-end tests. 2019-07-22 16:31:46 +02:00
convert_fixed_bytes_to_fixed_bytes_smaller_size.sol Extracting more end-to-end tests. 2019-07-22 16:31:46 +02:00
convert_fixed_bytes_to_uint_greater_size.sol Extracting more end-to-end tests. 2019-07-22 16:31:46 +02:00
convert_fixed_bytes_to_uint_same_min_size.sol Extracting more end-to-end tests. 2019-07-22 16:31:46 +02:00
convert_fixed_bytes_to_uint_same_type.sol Extracting more end-to-end tests. 2019-07-22 16:31:46 +02:00
convert_fixed_bytes_to_uint_smaller_size.sol Extracting more end-to-end tests. 2019-07-22 16:31:46 +02:00
convert_uint_to_fixed_bytes_greater_size.sol Extracting more end-to-end tests. 2019-07-22 16:31:46 +02:00
convert_uint_to_fixed_bytes_same_min_size.sol Extracting more end-to-end tests. 2019-07-22 16:31:46 +02:00
convert_uint_to_fixed_bytes_same_size.sol Extracting more end-to-end tests. 2019-07-22 16:31:46 +02:00
convert_uint_to_fixed_bytes_smaller_size.sol Extracting more end-to-end tests. 2019-07-22 16:31:46 +02:00
external_function_to_address.sol Replace casting of external functions to address by a member named "address". 2019-08-19 14:56:04 +02:00
mapping_contract_key_getter.sol Allow user-defined types as mapping keys in parser and restrict to contracts during type checking. 2020-02-04 17:22:03 +01:00
mapping_contract_key_library.sol Allow user-defined types as mapping keys in parser and restrict to contracts during type checking. 2020-02-04 17:22:03 +01:00
mapping_contract_key.sol Allow user-defined types as mapping keys in parser and restrict to contracts during type checking. 2020-02-04 17:22:03 +01:00
mapping_enum_key_getter_v2.sol Allow user-defined types as mapping keys in parser and restrict to contracts during type checking. 2020-02-04 17:22:03 +01:00
mapping_enum_key_getter.sol Allow user-defined types as mapping keys in parser and restrict to contracts during type checking. 2020-02-04 17:22:03 +01:00
mapping_enum_key_library.sol Allow user-defined types as mapping keys in parser and restrict to contracts during type checking. 2020-02-04 17:22:03 +01:00
mapping_enum_key.sol Allow user-defined types as mapping keys in parser and restrict to contracts during type checking. 2020-02-04 17:22:03 +01:00
mapping_simple.sol Extract some semantic tests 2020-01-28 11:59:44 +01:00
packing_signed_types.sol Extracting more end-to-end tests. 2019-07-08 16:04:52 +02:00
packing_unpacking_types.sol Extracting more end-to-end tests. 2019-07-08 16:04:52 +02:00
strings.sol Extract some semantic tests 2020-01-28 11:59:44 +01:00
type_conversion_cleanup.sol Extracting more end-to-end tests. 2019-07-22 16:31:46 +02:00