'parent'; } } class FinalPropertyHookChild extends FinalPropertyHookParent { public string $value { get => 'child'; } }