parser/tests/fixtures/0125/code.php

8 lines
65 B
PHP
Raw Normal View History

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