Fix where precedence vs funcs

This commit is contained in:
Joshua Warner 2025-01-03 17:33:23 -08:00
parent b7ab25ee2e
commit 35ffbcd16b
No known key found for this signature in database
GPG key ID: 89AD497003F93FDD
5 changed files with 93 additions and 1 deletions

View file

@ -1217,7 +1217,7 @@ impl<'a> Nodify<'a> for TypeAnnotation<'a> {
},
after: last_after,
needs_indent,
prec: Prec::AsType,
prec: Prec::FunctionType,
}
}
}