From 71c192f1d1a8996dae73ed253aa859700c8b2d08 Mon Sep 17 00:00:00 2001 From: William Bell Date: Thu, 5 Jun 2025 04:05:05 +0100 Subject: [PATCH] fix test.ar --- test.ar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.ar b/test.ar index 1ec6e30..f52202e 100644 --- a/test.ar +++ b/test.ar @@ -1,2 +1,2 @@ -let a, b = 1, c, d = 42, temp_result, compute_area(radius) = 3.1415, identity(x) = x, f(x), g(y, z), result, z = 0, extremely_long_variable_name_to_test_limits, cache_value = compute_area(5), placeholder_fn_with_no_body(arg1, arg2, arg3), total = identity(100), deeply_nested_args_function(arg1, arg2, arg3, arg4, arg5), sum = a, another, another_function(), just_null_here, +let a, b = 1, c, d = 42, temp_result, compute_area(radius) = 3.1415, identity(x) = x, f(x), g(y, z), result, z = 0, extremely_long_variable_name_to_test_limits, cache_value = compute_area(5), placeholder_fn_with_no_body(arg1, arg2, arg3), total = identity(100), deeply_nested_args_function(arg1, arg2, arg3, arg4, arg5), sum = a, another, another_function(), just_null_here x = 10 \ No newline at end of file