parser/tests/fixtures/0167/code.php

7 lines
87 B
PHP
Raw Normal View History

<?php
class Foo {
public function __construct(
public never $s,
) {}
}