diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-12-18 14:44:37 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-12-18 14:44:37 -0500 |
| commit | c6c7cc727290663e50b8a4d28e92214fa805ca95 (patch) | |
| tree | a4f77690d44fedd445178a701969101030790a06 /test/arrays.tm | |
| parent | aa262344712be27afc02441a309ddde03fa2bec9 (diff) | |
Revert "Deprecate "&" for stack references"
This reverts commit 41c0ea851a542bcd7d54b8c5c06d70e1e00095e1.
Diffstat (limited to 'test/arrays.tm')
| -rw-r--r-- | test/arrays.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/arrays.tm b/test/arrays.tm index f59ed6ce..8bc5a7f6 100644 --- a/test/arrays.tm +++ b/test/arrays.tm @@ -71,7 +71,7 @@ func main(): = @[999, 20, 30] do: - >> arr := [10, 20, 30] + >> arr := &[10, 20, 30] >> reversed := arr:reversed() = [30, 20, 10] # Ensure the copy-on-write behavior triggers: |
