tikiwiki/packages/tiki-pkg-tikimanager/symfony/dependency-injection/Tests/Fixtures/includes/HotPath/C1.php
2023-11-20 20:52:04 +00:00

9 lines
125 B
PHP
Executable File

<?php
namespace Symfony\Component\DependencyInjection\Tests\Fixtures\includes\HotPath;
class C1 extends P1
{
use T1;
}