1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-04 00:50:04 +08:00
SpaceVim/bundle/phpcomplete.vim/tests/fixtures/GetClassContents/foo2.class.php

14 lines
108 B
PHP

<?php
class Foo2 {
public function bar() {
// }
/*
}
*/
$a = '}';
$b = "}";
return $a;
}
}