solidity/test/libsolidity/syntaxTests/array/length
2020-05-26 19:36:18 +02:00
..
abi_decode_length_too_large.sol Fix ICE when trying to decode too large static arrays 2020-05-26 19:36:18 +02:00
array_length_cannot_be_constant_function_parameter.sol Test updates. 2020-05-26 10:51:13 +02:00
bytes32_too_large_multidim.sol Adds syntax tests for array index access. 2018-10-10 23:18:32 +02:00
bytes32_too_large.sol Adds syntax tests for array index access. 2018-10-10 23:18:32 +02:00
can_be_constant_in_function.sol Adds syntax tests, documentation and changelog entry. 2018-05-30 17:43:20 +02:00
can_be_constant_in_struct.sol Adds syntax tests, documentation and changelog entry. 2018-05-30 17:43:20 +02:00
can_be_recursive_constant.sol Adds syntax tests, documentation and changelog entry. 2018-05-30 17:43:20 +02:00
cannot_be_assigned_mapping.sol Adjusts syntax tests to read-only array length. 2019-11-19 21:11:09 +01:00
cannot_be_assigned_struct.sol Adjusts syntax tests to read-only array length. 2019-11-19 21:11:09 +01:00
cannot_be_assigned.sol Adjusts syntax tests to read-only array length. 2019-11-19 21:11:09 +01:00
cannot_be_function_call.sol Adds default visibility specifier to syntax tests. 2018-07-04 10:45:59 +02:00
cannot_be_function.sol Adds default visibility specifier to syntax tests. 2018-07-04 10:45:59 +02:00
complex_cyclic_constant.sol Adds default visibility specifier to syntax tests. 2018-07-04 10:45:59 +02:00
const_cannot_be_fractional.sol Adds syntax tests, documentation and changelog entry. 2018-05-30 17:43:20 +02:00
constant_var.sol Adds syntax tests, documentation and changelog entry. 2018-05-30 17:43:20 +02:00
cyclic_constant.sol Adds default visibility specifier to syntax tests. 2018-07-04 10:45:59 +02:00
fixed_size_multidim_zero_length.sol Moves length check to reference resolver. 2018-09-22 00:25:52 +02:00
fixed_size_zero_length.sol Moves length check to reference resolver. 2018-09-22 00:25:52 +02:00
inline_array.sol Adds syntax tests, documentation and changelog entry. 2018-05-30 17:43:20 +02:00
invalid_expression_1.sol Adds syntax tests, documentation and changelog entry. 2018-05-30 17:43:20 +02:00
invalid_expression_2.sol Adds syntax tests, documentation and changelog entry. 2018-05-30 17:43:20 +02:00
invalid_expression_3.sol Adds syntax tests, documentation and changelog entry. 2018-05-30 17:43:20 +02:00
invalid_expression_4.sol Adds syntax tests, documentation and changelog entry. 2018-05-30 17:43:20 +02:00
invalid_expression_5.sol Adds syntax tests, documentation and changelog entry. 2018-05-30 17:43:20 +02:00
local_memory_too_large.sol Stricter bounds for memory arrays. 2020-04-16 17:51:18 +02:00
non_integer_constant_var.sol Adds syntax tests, documentation and changelog entry. 2018-05-30 17:43:20 +02:00
not_convertible_to_integer.sol Adds syntax tests, documentation and changelog entry. 2018-05-30 17:43:20 +02:00
parameter_too_large_multidim_ABIv2.sol Refactoring of errors and fixes for various ICEs. 2020-04-16 16:42:12 +02:00
parameter_too_large_multidim.sol Stricter bounds for memory arrays. 2020-04-16 17:51:18 +02:00
parameter_too_large.sol Refactoring of errors and fixes for various ICEs. 2020-04-16 16:42:12 +02:00
parentheses.sol Moves length check to reference resolver. 2018-09-22 00:25:52 +02:00
pure_functions.sol Adds syntax tests, documentation and changelog entry. 2018-05-30 17:43:20 +02:00
too_large.sol Adds syntax tests, documentation and changelog entry. 2018-05-30 17:43:20 +02:00
tuples.sol Adds syntax tests, documentation and changelog entry. 2018-05-30 17:43:20 +02:00
uint_too_large_multidim.sol Adds syntax tests for array index access. 2018-10-10 23:18:32 +02:00