When adding a dependency on a generic type also add dependencies on its type parameters
commitf924f4a12725d43dffc9cadb648ef23b6e8bc1b3
authorSasha Manzyuk <manzyuk@fb.com>
Wed, 2 Oct 2019 09:06:27 +0000 (2 02:06 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 2 Oct 2019 09:10:49 +0000 (2 02:10 -0700)
treefe885278bf00731716e84d251c560d76d74643dc
parent4cae58c6166bb7aea839492ced142d9a6cff9385
When adding a dependency on a generic type also add dependencies on its type parameters

Reviewed By: kmeht

Differential Revision: D17687951

fbshipit-source-id: 07dbc4608457e37f29a9427103a072145a64c4da
hphp/hack/src/server/serverExtractStandalone.ml
hphp/hack/test/integration/data/dependencies/classes-generic.php
hphp/hack/test/integration/data/dependencies/expected/__with_non_generic_type.php.exp [new file with mode: 0644]
hphp/hack/test/integration/test_extract_standalone.py