Add tests for closures with and without annotations
commitf91624a9b43cecebd730373f0bfbe391369603e7
authorLeo Osvald <leoo@fb.com>
Wed, 7 Oct 2020 19:22:15 +0000 (7 12:22 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Wed, 7 Oct 2020 19:25:31 +0000 (7 12:25 -0700)
treeb1d9a4d8a6558d9f83d3bb59bc2561de0c12a789
parentcabd58032f252efd0868a78f4a240e0084c3cbb6
Add tests for closures with and without annotations

Reviewed By: vassilmladenov

Differential Revision: D24040794

fbshipit-source-id: a27d7ba96d2fea7c15f59b1779c42969cb578dc6
hphp/hack/test/typecheck/coeffects/closures_explicit.php [new file with mode: 0644]
hphp/hack/test/typecheck/coeffects/closures_explicit.php.exp [new file with mode: 0644]
hphp/hack/test/typecheck/coeffects/closures_implicit.php [new file with mode: 0644]
hphp/hack/test/typecheck/coeffects/closures_implicit.php.exp [new file with mode: 0644]