y; } public function getSomeX(): string { return self::x; } public function some(bar $b): string { return $b->getSomeX() . '-def'; } }