parser/tests/0087/code.php

8 lines
64 B
PHP
Raw Normal View History

<?php
enum Foo: string
{
case Bar;
case Baz = 'Baz';
}