Files
openide/platform/object-serializer/testSnapshots/array of objects.ion
Daniil Ovchinnikov a7c54a0926 update serializer test data due to changes in the field ordering in new backend
The new backend is used after removal of `-Xuse-old-backend`.

GitOrigin-RevId: 90de8be3451f441dde50ea16f06e8521a14bb878
2022-06-18 17:03:30 +00:00

22 lines
310 B
Plaintext

{
'@id':0,
list:null,
children:[
{
'@id':1,
foo:foo,
short:4,
long:9223372036854775807,
counter:42,
intAsObject:null
},
{
'@id':2,
foo:'or bar',
short:4,
long:9223372036854775807,
counter:42,
intAsObject:null
}
]
}