parser/tests/fixtures/0166/code.php

7 lines
86 B
PHP
Raw Normal View History

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