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

8 lines
65 B
PHP

<?php
class foo {
final abstract function foo() {
}
}