parser/tests/fixtures/0165/0168/code.php

8 lines
102 B
PHP
Raw Normal View History

<?php
class Foo {
public function __construct(
public string|int|callable $s,
) {}
}