parser/tests/fixtures/0213/code.php

7 lines
61 B
PHP
Raw Normal View History

2022-12-03 20:31:10 +01:00
<?php
interface foo {
public function bar(): parent;
}