Syntax Tests: extract array_length_* tests.

This commit is contained in:
Daniel Kirchner
2018-04-11 18:01:24 +02:00
parent d50d1f0ac1
commit fdcbf1337a
20 changed files with 117 additions and 165 deletions
@@ -0,0 +1,7 @@
contract C {
uint constant LEN = 10;
struct Test {
uint[LEN] ids;
}
}
// ----