mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-20 02:16:32 +08:00
10 lines
66 B
PHP
10 lines
66 B
PHP
<?php
|
|
namespace Foo\BarScoped {
|
|
|
|
class TestClass {
|
|
|
|
}
|
|
|
|
}
|
|
|