Fix incorrect hackfmt behaviour
[hiphop-php.git] / hphp / hack / test / hackfmt / tests / namespace_use_kind.php.exp
blobe0044ed5b19b19cb96397f9287bc1c5b2d26e2f7
1 <?hh //strict
2 namespace X {
3 use Foo\Bar\Baz\{CL, function f1, const CN, CL2};
5 function f(): void {