Fix where precedence vs apply

This commit is contained in:
Joshua Warner 2025-01-01 13:52:37 -05:00
parent ea7d856e16
commit 6fcc367af4
No known key found for this signature in database
GPG key ID: 89AD497003F93FDD
5 changed files with 67 additions and 1 deletions

View file

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