git/t/t4018/php-enum

5 lines
50 B
Plaintext

enum RIGHT: string
{
case Foo = 'ChangeMe';
}