aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/array/length
Commit message (Collapse)AuthorAgeFilesLines
* Fixes crash while encoding too large arrays.Erik Kundt2018-10-303-0/+26
|
* Adds syntax tests for array index access.Erik Kundt2018-10-113-0/+15
|
* Moves length check to reference resolver.Erik Kundt2018-09-223-1/+31
|
* Update tests.chriseth2018-08-151-0/+1
|
* Adds default visibility specifier to syntax tests.Erik Kundt2018-07-045-8/+8
|
* Adds syntax tests, documentation and changelog entry.Erik Kundt2018-05-3022-0/+152
Refines comment for array utility function.