The following code resulted in a modified default value for all properties following VarHandleArraySemantics:
VarHandleArraySemantics
MyAlg.MyVKHArray += ['foo']
Fix this by using SequenceSemantics and add unit tests.
SequenceSemantics
Closes ATEAM-902 and relates to ATR-27311.