parser/tests/fixtures/0120/code.php

5 lines
50 B
PHP
Raw Normal View History

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