parser/tests/fixtures/0119/code.php

9 lines
71 B
PHP
Raw Normal View History

<?php
enum Foo: string {
case Bar = "3";
case Baz = "g";
}