spacevim/bundle/phpcomplete.vim/tests/fixtures/GetCurrentSymbolWithContext/base_foo.php

10 lines
62 B
PHP
Raw Normal View History

2024-08-21 14:17:26 +08:00
<?php
class BaseFoo {
public function inherited() {
}
}