Welcome to mirror list, hosted at ThFree Co, Russian Federation.

php-enum « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 91a69c1a2bcde744954e10c650d8f0a054c85779 (plain)
1
2
3
4
enum RIGHT: string
{
    case Foo = 'ChangeMe';
}