blob: 537fb8ad9ae46152029deb63d279be98e9fb11e6 [file] [log] [blame]
class Klass
{
final public function RIGHT(): string
{
return 'ChangeMe';
}
}