parser/tests/0213/code.php
2022-12-04 08:56:53 +00:00

7 lines
61 B
PHP

<?php
interface foo {
public function bar(): parent;
}