parser/tests/0165/code.php

7 lines
90 B
PHP
Raw Normal View History

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