<?php interface A { public static function new(): static; } final class B implements A { public static function new(): self { return new self(); } }
You have javascript disabled. You will not be able to edit any code.
There are `0` results