solidity/test/libsolidity/syntaxTests/array
2019-03-06 18:04:12 +01:00
..
invalid Disallows index access on contracts and libraries. 2019-02-25 23:05:33 +00:00
length Fixes crash while encoding too large arrays. 2018-10-30 15:14:57 +01: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_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.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