You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unsure if this is a regression per-se; neither behavior is really right, I just managed to change it and expose what I believe is a new bug to do with how we handle template literals.
The text was updated successfully, but these errors were encountered:
Bug Report
π Search Terms
intersection template literals
π Version & Regression Information
β― Playground Link
Playground Link
π» Code
π Actual behavior
In 5.0, neither error, even though the second one should.
In nightly, after #52836, both error.
π Expected behavior
First one is okay, second is an error.
Noted in: #53406 (review)
Unsure if this is a regression per-se; neither behavior is really right, I just managed to change it and expose what I believe is a new bug to do with how we handle template literals.
The text was updated successfully, but these errors were encountered: