mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-06 06:53:55 +09:00
8 lines
58 B
PHP
8 lines
58 B
PHP
<?php
|
|
namespace foo;
|
|
|
|
use function bar\baz;
|
|
|
|
class Foo
|
|
{
|
|
} |