Skip to content

Commit e1eb82c

Browse files
committed
update baseline
1 parent 12a5fba commit e1eb82c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/baselines/reference/genericCallInferenceWithGenericLocalFunction.types

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ function withP3<P>(p: P) {
8282

8383
const m =
8484
>m : <I>(from: I) => <I2>(from2: I2) => I & I2 & P
85-
> : ^ ^^ ^^ ^^^^^^ ^^ ^^ ^^^^^^^^^^^^^^^
85+
> : ^ ^^ ^^ ^^^^^^ ^^ ^^^^^^^^^^^^^^^
8686

8787
<I,>(from: I) =>
8888
><I,>(from: I) => <I2,>(from2: I2) => ({ ...from, ...from2, ...p }) : <I>(from: I) => <I2>(from2: I2) => I & I2 & P
89-
> : ^ ^^ ^^ ^^^^^^ ^^ ^^ ^^^^^^^^^^^^^^^
89+
> : ^ ^^ ^^ ^^^^^^ ^^ ^^^^^^^^^^^^^^^
9090
>from : I
9191
> : ^
9292

@@ -112,7 +112,7 @@ function withP3<P>(p: P) {
112112
>createTransform : <I, O>(tr: (from: I) => O) => (from: I) => O
113113
> : ^ ^^ ^^ ^^ ^^^^^^ ^^ ^^^^^
114114
>m : <I>(from: I) => <I2>(from2: I2) => I & I2 & P
115-
> : ^ ^^ ^^ ^^^^^^ ^^ ^^ ^^^^^^^^^^^^^^^
115+
> : ^ ^^ ^^ ^^^^^^ ^^ ^^^^^^^^^^^^^^^
116116
}
117117

118118
const addP3 = withP3({ a: 1 });

0 commit comments

Comments
 (0)