From 2e27b88c1b9fa8ec9b9f243909f5b793b376f207 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 30 Apr 2024 13:18:47 -0400 Subject: Improved syntax for optionals --- test/structs.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/structs.tm') diff --git a/test/structs.tm b/test/structs.tm index 840ee847..ad8e7ad6 100644 --- a/test/structs.tm +++ b/test/structs.tm @@ -1,7 +1,7 @@ struct Pair(x,y:Int) struct Mixed(x:Int, text:Text) -struct LinkedList(x:Int, next=!LinkedList) +struct LinkedList(x:Int, next=!@LinkedList) struct Password(text:Text; secret) func test_literals(): -- cgit v1.2.3