1
0
Fork 0
composer/tests/Composer/Test/Autoload/Fixtures/hhvm3.3/HackEnum.php

7 lines
52 B
PHP

<?hh
enum FooEnum: int {
HERP = 1;
DERP = 2;
}