Memoize, Nonnull, prettyprint, nullsafe, initial work on namespaces
commiteabe6170c04b3522f8502f3cb78cc82a9690858b
authorJames Wu <jjwu@fb.com>
Thu, 28 Jun 2018 20:41:17 +0000 (28 13:41 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Thu, 28 Jun 2018 20:45:08 +0000 (28 13:45 -0700)
tree094f9d25f1f367bb846c4173b95bef4ed314f1f1
parent14a701e55dc7d7a851d22abde65016a1160be09d
Memoize, Nonnull, prettyprint, nullsafe, initial work on namespaces

Summary: Not converting namespace yet, but at least making the test case correct.

Reviewed By: oulgen

Differential Revision: D8672113

fbshipit-source-id: cf598dbf6adf25b0212c3d7e074c1be143f10983
14 files changed:
hphp/hack/test/typecheck/memoize/HH_FLAGS [new file with mode: 0644]
hphp/hack/test/typecheck/namespace/namespace_aliasing1.php
hphp/hack/test/typecheck/namespace/namespace_aliasing2.php
hphp/hack/test/typecheck/namespace/namespace_aliasing2.php.exp
hphp/hack/test/typecheck/namespace/namespace_aliasing4.php
hphp/hack/test/typecheck/namespace/namespace_aliasing4.php.exp
hphp/hack/test/typecheck/no_namespace_fallback/HH_FLAGS
hphp/hack/test/typecheck/nonnull/HH_FLAGS [new file with mode: 0644]
hphp/hack/test/typecheck/nullable_cast/HH_FLAGS
hphp/hack/test/typecheck/nullsafe/HH_FLAGS
hphp/hack/test/typecheck/nullsafe/nullsafe-prop-3.php.exp
hphp/hack/test/typecheck/nullsafe/nullsafe-prop-4.php.exp
hphp/hack/test/typecheck/nullsafe/nullsafe-unresolved.php.exp
hphp/hack/test/typecheck/prettyprint/HH_FLAGS [new file with mode: 0644]