1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 22:00:07 +08:00
SpaceVim/bundle/phpcomplete.vim/tests/fixtures/GetClassContents/same_classname/foo.class.php

11 lines
94 B
PHP
Vendored

<?php
class Foo extends \NS1\Foo {
public function bar()
{
$this->
}
}