mirror of
https://github.com/t404owo/t404null.git
synced 2025-12-12 18:08:47 +00:00
8 lines
55 B
PHP
8 lines
55 B
PHP
<?php
|
|
|
|
namespace DeepCopy\f008;
|
|
|
|
class B extends A
|
|
{
|
|
}
|