Handle Pure<> in the lowerernightly-2020.09.22
commite72ee904c8172705f6a3e75c23fe11c46e484083
authorDavid Snider <dizzy@fb.com>
Tue, 22 Sep 2020 02:20:51 +0000 (21 19:20 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 22 Sep 2020 02:22:44 +0000 (21 19:22 -0700)
tree9403886e5216982fdf256428ec0773d06caa8889
parent6c1695296304d5808c9a26258ef51609409c7661
Handle Pure<> in the lowerer

Summary: We did this in the typechecker, but missed it in the lowerer

Reviewed By: vassilmladenov

Differential Revision: D23830936

fbshipit-source-id: 5a132e5c84600a9909b2db7c545ee5fdecf02752
hphp/hack/src/naming/elaborate_namespaces_visitor.rs
hphp/hack/src/parser/lowerer/lowerer.rs
hphp/test/slow/rx/pure_type_hints1.php [new file with mode: 0644]
hphp/test/slow/rx/pure_type_hints1.php.expect [new file with mode: 0644]