Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix interpolation edge case dropping annotations
It is possible to have types with annotations that should be preserved other than AnnotatedString (such as SubString{AnnotatedString}), and so we should consult with Base._isannotated instead of just checking if the type is an AnnotatedString specifically.
- Loading branch information