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

7 lines
85 B
Text

trait RIGHT
{
public function foo($ChangeMe)
{
return 'foo';
}
}