difftastic/vendored_parsers/tree-sitter-hack/test/cases/expressions/anonymous-function-use.hack

4 lines
80 B
Plaintext

$f3 = function($p1) use ($p2,) {};
$f4 = function($p1): int use ($p2, $p3) {};