<?php
#[Native]
class NativeLateStaticConstant
{
public function className(): string
return static::class;
}