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

5 lines
50 B
PHP

<?php
class foo {
abstract function bar();
}