From fdcbf1337a018087fe82a2fbef938d0acd6769f9 Mon Sep 17 00:00:00 2001 From: Daniel Kirchner Date: Wed, 11 Apr 2018 18:01:01 +0200 Subject: Syntax Tests: extract array_length_* tests. --- test/libsolidity/syntaxTests/arrayLength/constant_var.sol | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/libsolidity/syntaxTests/arrayLength/constant_var.sol (limited to 'test/libsolidity/syntaxTests/arrayLength/constant_var.sol') diff --git a/test/libsolidity/syntaxTests/arrayLength/constant_var.sol b/test/libsolidity/syntaxTests/arrayLength/constant_var.sol new file mode 100644 index 00000000..41750250 --- /dev/null +++ b/test/libsolidity/syntaxTests/arrayLength/constant_var.sol @@ -0,0 +1,5 @@ +contract C { + uint constant LEN = 10; + uint[LEN] ids; +} +// ---- \ No newline at end of file -- cgit v1.2.3