spacevim/bundle/phpcomplete.vim/tests/fixtures/GetClassContents/same_classname/foo.class.php

11 lines
94 B
PHP
Raw Normal View History

2024-08-21 14:17:26 +08:00
<?php
class Foo extends \NS1\Foo {
public function bar()
{
$this->
}
}