dotvim/.vim/bundle/vim-php-namespace/tests/test-basic-6.ok
2015-07-02 10:45:40 +02:00

9 lines
50 B
Plaintext

<?php
use
Abc\Def
;
use Foo\Bar;
class Barx