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

8 lines
92 B
PHP

<?php
interface foo {
public function __construct(
public string $e,
);
}