Skip to content

Commit b331835

Browse files
committed
remove comment
1 parent 3c95c96 commit b331835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if (match) {
4848

4949
declare const match2: TypedRegExpMatchArray<[],undefined|{some?:"test group",other?:"more"}>;
5050

51-
t(match2.groups)<{some?:"test group",other?:"more"}|undefined>(); // TODO fix never is ignored
51+
t(match2.groups)<{some?:"test group",other?:"more"}|undefined>();
5252
if (match2.groups) {
5353
t(match2.groups)<{some?:"test group",other?:"more"}>();
5454
} else {

0 commit comments

Comments
 (0)