difftastic/vendored_parsers/tree-sitter-hack/test/cases/expressions/lambda.hack

5 lines
79 B
Plaintext

(int $x): int ==> $x + 1;
(int $x) ==> $x + 1;
($x) ==> $x + 1;
$x ==> $x + 1;