Skip to content

Commit 3b58ba1

Browse files
committed
fix string_fragment
1 parent 012ea5a commit 3b58ba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/corpus/types.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ type A<B, C> = B extends C
11291129
(template_literal_type
11301130
(template_type
11311131
(literal_type
1132-
(string)))
1132+
(string (string_fragment))))
11331133
(template_type
11341134
(literal_type
11351135
(number)))))
@@ -1157,7 +1157,7 @@ type A<B, C> = B extends C
11571157
(literal_type
11581158
(string))
11591159
(literal_type
1160-
(string))))
1160+
(string (string_fragment)))))
11611161
(template_type
11621162
(type_identifier)))
11631163
(type_identifier))

0 commit comments

Comments
 (0)