b33dce1f4f5666193e17781ba8329dfbad3d550f
[yaffs-website] / vendor / phpunit / php-token-stream / tests / _fixture / source2.php
1 <?php
2 // short desc
3 abstract class A {
4     /* abst meth: */
5     public static  abstract function method();
6 }