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/GetCurrentNameSpace/single_namespace2.php

8 lines
64 B
PHP

<?php namespace Mahou;
class Foo {
}
$some = method_calls();