```php <?php /** * @template T * @param Closure(...):T $closure * @return T */ function test(\Closure $closure) { } $a = test(function (): string { return ''; }); /** @trace $$a */ ``` Maybe `@param Closure(...):T $closure` not resolve correctly.
Maybe
@param Closure(...):T $closurenot resolve correctly.