solidity/test/libsolidity/syntaxTests/array
2019-10-28 12:12:52 +01:00
..
invalid Disallows index access on contracts and libraries. 2019-02-25 23:05:33 +00:00
length Fix wrong assert in overflow check 2019-10-23 14:59:34 +02:00
slice Initial introduction of array slices with partial implementation for dynamic calldata arrays. 2019-09-13 10:57:53 +02:00
array_pop_arg.sol Adds syntax tests, documentation and changelog entry. 2018-05-30 17:43:20 +02:00
array_pop.sol Adds syntax tests, documentation and changelog entry. 2018-05-30 17:43:20 +02:00
bytes_pop.sol Adds syntax tests, documentation and changelog entry. 2018-05-30 17:43:20 +02:00
calldata_assign.sol Better error messages when writing to expressions that cannot be written to. 2019-08-14 17:59:48 +02:00
calldata_dynamic.sol Disallow calldata arrays with dynamically encoded base types in TypeChecker. 2019-02-11 17:13:12 +01:00
calldata_multi_dynamic_V1.sol Allow calldata arrays with dynamically encoded base type. 2019-03-06 18:04:12 +01:00
calldata_multi_dynamic.sol Allow calldata arrays with dynamically encoded base type. 2019-03-06 18:04:12 +01:00
calldata_multi.sol Disallow calldata arrays with dynamically encoded base types in TypeChecker. 2019-02-11 17:13:12 +01:00
calldata_resize.sol Better error messages when writing to expressions that cannot be written to. 2019-08-14 17:59:48 +02:00
calldata.sol Disallow calldata arrays with dynamically encoded base types in TypeChecker. 2019-02-11 17:13:12 +01:00
contract_array.sol Adds syntax test that covers arrays of contracts. 2019-02-25 23:05:33 +00:00
dynamic_memory_array_pop.sol Adds syntax tests, documentation and changelog entry. 2018-05-30 17:43:20 +02:00
new_no_parentheses.sol Add tests to increase TypeChecker.cpp coverage 2019-02-13 16:31:26 +01:00
no_array_pop.sol Add missing period in the end of error messages 2018-07-16 16:11:39 +01:00
static_storage_array_pop.sol Add missing period in the end of error messages 2018-07-16 16:11:39 +01:00
string_pop.sol Add missing period in the end of error messages 2018-07-16 16:11:39 +01:00
uninitialized_storage_var.sol Specifies visibility in syntax test. 2018-07-16 14:49:55 +02:00