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