tvl-depot/third_party/git/t/t4018/php-method
2020-01-11 23:40:29 +00:00

7 lines
90 B
Text

class Klass
{
public static function RIGHT()
{
return 'ChangeMe';
}
}