1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 17:55:41 +08:00

11 lines
86 B
PHP
Vendored

<?php
interface Foo {
}
interface Foo2 {
}
interface FooFoo2 extends Foo, Foo2 {
}