mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-01-16 09:32:27 +08:00
8 lines
58 B
PHP
8 lines
58 B
PHP
<?php
|
|
namespace foo;
|
|
|
|
use function bar\baz;
|
|
|
|
class Foo
|
|
{
|
|
} |