Fix &ordered attribute not preserved in table initializer assignments

This commit is contained in:
赵富鹏 2025-06-04 17:07:34 +08:00
parent fd98958b92
commit 074faf202f
5 changed files with 58 additions and 1 deletions

View file

@ -23,3 +23,21 @@ copy(ordered_sset)
3
4
5
ordered_sset2
foo
bar
baz
1
2
3
4
5
copy(ordered_sset2)
foo
bar
baz
1
2
3
4
5