ensure classes in strict mode have members fully known
commit850d4fddd26ee0c2a0022e390d6403ad9c4ecf79
authorEugene Letuchy <eletuchy@fb.com>
Thu, 20 Mar 2014 02:16:51 +0000 (19 19:16 -0700)
committerhhvm-bot <hhvm-bot@fb.com>
Sat, 20 Sep 2014 02:30:21 +0000 (19 19:30 -0700)
tree431da994d39aee4258512960bf5b61abb55ef6a7
parent5d241993581ff36c13bd3fa32cf032b9ecbba980
ensure classes in strict mode have members fully known

Summary: Strict mode should declare fully known types.

Reviewed By: @pikatchu

Differential Revision: D1230872
hphp/hack/src/naming/naming.ml
hphp/hack/src/typing/typing_decl.ml
hphp/hack/src/utils/errors.ml
hphp/hack/src/utils/errors.mli
hphp/hack/test/typecheck/partial_in_strict.php [new file with mode: 0644]
hphp/hack/test/typecheck/partial_in_strict.php.exp [new file with mode: 0644]