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

8 lines
80 B
PHP

<?php
class foo {
public function bar(): parent {
exit(1);
}
}