Annotate implicit instantiation in xplat

Summary: Changelog: [Internal]

Reviewed By: jbrown215

Differential Revision: D41662414

fbshipit-source-id: 763cde4ecc19ae2407cd9cf13557248544d2e0d1
This commit is contained in:
Sam Zhou
2022-12-02 12:26:04 -08:00
committed by Facebook GitHub Bot
parent dfbb63996a
commit 3905fd4bd7
@@ -294,7 +294,7 @@ function translateArrayTypeAnnotation(
* invalid Array ElementTypes. Then, make the elementType a required
* parameter.
*/
const [_elementType, isElementTypeNullable] = unwrapNullable(
const [_elementType, isElementTypeNullable] = unwrapNullable<$FlowFixMe>(
translateTypeAnnotation(
hasteModuleName,
elementType,