1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 05:50:06 +08:00
SpaceVim/bundle/phpcomplete.vim/tests/fixtures/GetClassContents/foo3.class.php

9 lines
66 B
PHP

<?php
class Foo3 {
use FooTrait;
public function bar() {
}
}