parser/tests/0216/code.php

8 lines
80 B
PHP
Raw Normal View History

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