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
constfoo: `${string}${number}` ='a123'//no errorconstbar: `${string}${number}` ='foo123'//Type '"foo123"' is not assignable to type '`${string}${number}`'.
π Actual behavior
Type '"foo123"' is not assignable to type '`${string}${number}`'
Bug ReportSuggestionπ Search Terms
template literal types string
π Version & Regression Information
4.3.0-dev.20210221
β― Playground Link
https://www.typescriptlang.org/play?ts=4.3.0-dev.20210221#code/MYewdgzgLgBAZiEAuGADAJAb2gJwJZgDmAvlmAK4C2ARgKY7GowC8MA5AIYCMATAMxsYAeiFgQMejhA4AsAChQkWNQ44UGbFHxFSmCjXqMW7BCF4DhQgCoBPAA612AIlPmngvBBhjYHCBDxCMA5qABtHKHEoe0c2DVwCEjIqOgZUNgA6IA
π» Code
π Actual behavior
π Expected behavior
no error