dotvim/.vim/bundle/vim-php-namespace/tests/test-basic-6.ok

9 lines
50 B
Plaintext
Raw Normal View History

2015-07-02 10:45:40 +02:00
<?php
use
Abc\Def
;
use Foo\Bar;
class Barx