From 1d2e55f53dfab5153dbfd0c03f28cd9daedb3b77 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 6 Apr 2025 19:20:07 -0400 Subject: Allow uninitialized variables when there's a sensible empty value (defaults to empty/zero value) --- test/reductions.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/reductions.tm') diff --git a/test/reductions.tm b/test/reductions.tm index 2666e1a9..3ec2ef5e 100644 --- a/test/reductions.tm +++ b/test/reductions.tm @@ -4,7 +4,7 @@ func main() >> (+: [10, 20, 30]) = 60? - >> empty_ints : [Int] = [] + >> empty_ints : [Int] >> (+: empty_ints) = none -- cgit v1.2.3