2022-07-04 15:31:22 +00:00
|
|
|
import TestTypes
|
|
|
|
|
|
|
|
Person {
|
|
|
|
property Person other: Person { id: oo }
|
|
|
|
barzles: oo.barzles
|
2023-01-23 13:44:32 +00:00
|
|
|
cousins: oo.cousins
|
2023-01-23 13:29:27 +00:00
|
|
|
property int l: oo.barzles.length
|
2023-01-23 13:44:32 +00:00
|
|
|
property int m: oo.cousins.length
|
2022-07-04 15:31:22 +00:00
|
|
|
}
|