Skip to content

Commit f31b5a2

Browse files
committed
fix build break by updating missed baseline
1 parent 5db4e7a commit f31b5a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/baselines/reference/instantiateTemplateTagTypeParameterOnVariableStatement.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ var text3 = seq(text1)(text2);
1616

1717

1818
//// [instantiateTemplateTagTypeParameterOnVariableStatement.d.ts]
19+
/**
20+
* @template T
21+
* @param {T} a
22+
* @returns {(b: T) => T}
23+
*/
1924
declare function seq<T>(a: T): (b: T) => T;
2025
declare const text1: "hello";
2126
declare const text2: "world";

0 commit comments

Comments
 (0)