xref: /aosp_15_r20/external/snakeyaml/src/test/resources/recursive/generics/beanring-3.yaml (revision ac2a7c1bf4e14d82f3bd566dcc2d76d5b42faf34)
1&id001 !!org.yaml.snakeyaml.recursive.generics.HumanGen
2bankAccountOwner:
3  bankAccountOwner:
4    bankAccountOwner: *id001
5    birthPlace: null
6    birthday: null
7    children: !!set {}
8    father: null
9    mother: null
10    name: Man 3
11    partner: null
12  birthPlace: null
13  birthday: null
14  children: !!set {}
15  father: null
16  mother: null
17  name: Man 2
18  partner: null
19birthPlace: null
20birthday: null
21children: !!set {}
22father: null
23mother: null
24name: Man 1
25partner: null