From 7d0d0eb69589ab8e0c8b036a3b642593a372b041 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sun, 23 Aug 2026 20:01:55 +0200 Subject: Determine array type by the first element --- testsuite/runnable/compile_time_array_access.elna | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/runnable/compile_time_array_access.elna') diff --git a/testsuite/runnable/compile_time_array_access.elna b/testsuite/runnable/compile_time_array_access.elna index 566f3be..4d59215 100644 --- a/testsuite/runnable/compile_time_array_access.elna +++ b/testsuite/runnable/compile_time_array_access.elna @@ -1,5 +1,5 @@ var - array: const [3]Int := [3]Int{ 1, 2, 3 } + array: const [3]Int := [1, 2, 3] i: const Int := array[2] begin -- cgit v1.2.3