TypeScript/tests
Nathan Shively-Sanders 3b107fec3b
Fix @param type parameter lookup (#39532)
Previously, getObjectTypeInstantiation had special-case code to look up
type parameters for `@param` as if they were in the parameter location.

This should occur in the main lookup loop of `getOuterTypeParameters`,
however. The current code only runs once, which is not sufficient, and
it also jumps to the parameter for any type contained in a `@param`,
which skips type parameters that occur in the tag itself.
2020-07-10 08:42:25 -07:00
..
baselines/reference Fix @param type parameter lookup (#39532) 2020-07-10 08:42:25 -07:00
cases Fix @param type parameter lookup (#39532) 2020-07-10 08:42:25 -07:00
lib
projects