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

8 lines
65 B
PHP

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