mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-06 15:04:01 +09:00
13 lines
97 B
PHP
13 lines
97 B
PHP
<?php
|
|
namespace Foo\Bar;
|
|
|
|
class TestClassInBar
|
|
{
|
|
}
|
|
|
|
namespace Foo\Baz;
|
|
|
|
class TestClassInBaz
|
|
{
|
|
}
|