diff options
Diffstat (limited to 'test/structs.tm')
| -rw-r--r-- | test/structs.tm | 2 |
1 files changed, 1 insertions, 1 deletions
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(): |
