Untyped variadic function types should not be permitted in strict mode
[hiphop-php.git] / hphp / hack / test / typecheck / fc_enum_case_3.php.exp
blob9d64c11c6194d4b2538347b1a9c17406b8aadf49
1 File "fc_enum_case_3.php", line 11, characters 11-12:
2 Switch statement nonexhaustive; the following cases are missing: BAZ, BAR (Typing[4019])
3 File "fc_enum_case_3.php", line 3, characters 6-8:
4 Enum declared here