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/implements.php

9 lines
69 B
PHP

<?php
class X implements Foo {
}
class Y implements Foo, Foo2 {
}