Don't treat calls to reified generics as dynamic
commitd22160abae8a91693472f4e435cb28d570c501c4
authorPaul Bissonnette <paulbiss@fb.com>
Wed, 19 Jan 2022 15:14:01 +0000 (19 07:14 -0800)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Wed, 19 Jan 2022 15:15:55 +0000 (19 07:15 -0800)
tree25bedda9d80aa1ed28b1c0f1b6c9f0832f782d67
parent584e0996fe8fc49bae9249455aa236a6ba0a89f6
Don't treat calls to reified generics as dynamic

Reviewed By: arnabde03

Differential Revision: D33589992

fbshipit-source-id: b7ea7f74255e09c74eb8ffd659535571dbd60cdc
hphp/hack/src/hackc/emitter/emit_expression.rs
hphp/test/slow/reified-call.php [new file with mode: 0644]
hphp/test/slow/reified-call.php.expect [new file with mode: 0644]
hphp/test/slow/reified-call.php.hphp_opts [new file with mode: 0644]
hphp/test/slow/reified-call.php.opts [new file with mode: 0644]