Ban constructor parameter promotion on traits and interfaces
commit19fb9f56b7194a1cde554266976072cbed31caec
authorJames Wu <jjwu@fb.com>
Fri, 14 Sep 2018 02:25:57 +0000 (13 19:25 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Fri, 14 Sep 2018 02:27:57 +0000 (13 19:27 -0700)
tree835e598b1f6006cae3139d9a7ac35ed487e66048
parent55d1b46f5b35bddd20b0193b83b95121e3033310
Ban constructor parameter promotion on traits and interfaces

Reviewed By: kmeht

Differential Revision: D9774818

fbshipit-source-id: f2528862a9405289652283fbc7929a50cd8d8a55
hphp/hack/src/errors/error_codes.ml
hphp/hack/src/errors/errors.ml
hphp/hack/src/errors/errors_sig.ml
hphp/hack/src/naming/naming.ml
hphp/hack/test/errors/error_map.ml
hphp/hack/test/typecheck/trait_interface_constructor_promotion.php [new file with mode: 0644]
hphp/hack/test/typecheck/trait_interface_constructor_promotion.php.exp [new file with mode: 0644]