1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 16:00:07 +08:00
SpaceVim/bundle/phpcomplete.vim/tests/fixtures/GetCurrentSymbolWithContext/child_foo.php

8 lines
79 B
PHP
Raw Normal View History

<?php
class ChildFoo extends BaseFoo {
}
$f = new ChildFoo;
$f->inherited();