Skip to content

Commit cf6b384

Browse files
committed
Accept new baselines
1 parent 84f2a5e commit cf6b384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/baselines/reference/templateLiteralTypes3.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ function ft1<T extends string>(t: T, u: Uppercase<T>, u1: Uppercase<`1.${T}.3`>,
599599
// Repro from #52685
600600

601601
type Boom = 'abc' | 'def' | `a${string}` | Lowercase<string>;
602-
>Boom : `a${string}` | Lowercase<string> | "def"
602+
>Boom : `a${string}` | Lowercase<string>
603603

604604
// Repro from #56582
605605

0 commit comments

Comments
 (0)