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

6 lines
49 B
PHP
Vendored

<?php
trait FooTrait {
public $prop = 'baz';
}