From b57826f1ccb9dac17beb8ff4f4f53a11591d1e15 Mon Sep 17 00:00:00 2001 From: bd-912 Date: Thu, 25 Apr 2024 14:39:23 -0600 Subject: Use variables to reference array indices, observe more passing tests --- boil/tests/ex47.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boil/tests') diff --git a/boil/tests/ex47.java b/boil/tests/ex47.java index b8d4b3a..ea4e342 100644 --- a/boil/tests/ex47.java +++ b/boil/tests/ex47.java @@ -19,6 +19,6 @@ class A { } public int get() { - return x.length ; + return x[5] ; } } -- cgit v1.2.3