7 lines
52 B
PHP
7 lines
52 B
PHP
![]() |
<?hh
|
||
|
|
||
|
enum FooEnum: int {
|
||
|
HERP = 1;
|
||
|
DERP = 2;
|
||
|
}
|