parser/tests/fixtures/0117/code.php

8 lines
63 B
PHP
Raw Normal View History

<?php
enum Foo: int {
case Bar = 2;
case Baz = 4;
}