--TEST-- GH-1093: Add separate static property through trait if parent already declares it --FILE-- --EXPECT-- A::$test: A A::getASelf(): A A::getAStatic(): A A::getFooSelf(): A A::getFooStatic(): A B::$test: B B::getASelf(): A B::getAStatic(): B B::getBSelf(): B B::getBStatic(): B B::getFooSelf(): B B::getFooStatic(): B B::getBarSelf(): A B::getBarStatic(): B