parser/tests/0111/code.php
2022-11-30 14:38:07 +00:00

8 lines
95 B
PHP

<?php
class foo {
public function __construct(
public readonly ...$e,
) {}
}