Skip to content

Commit bf02bd3

Browse files
committed
make one of the tests a module
1 parent 3c159d0 commit bf02bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/fourslash/quickInfoFailedInferenceWithGenericFunctionArgs1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
//// declare function toString<A, E, R>(fa: Effect<A, E, R>): Effect<string, E, R>;
2020
//// declare function test<A, E>(fa: Effect<A, E, never>): Effect<A, E, never>;
2121
////
22-
//// effect./*1*/pipe(toString, [|test|]);
22+
//// export default effect./*1*/pipe(toString, [|test|]);
2323

2424
verify.quickInfoAt("1", `(method) Effect<number, never, "@BLANK">.pipe<Effect<number, never, "@BLANK">, Effect<string, never, "@BLANK">, Effect<string, never, never>>(this: Effect<number, never, "@BLANK">, f: (a: Effect<number, never, "@BLANK">) => Effect<string, never, "@BLANK">, f2: (b: Effect<string, never, "@BLANK">) => Effect<string, never, never>): Effect<string, never, never> (+1 overload)`);
2525

0 commit comments

Comments
 (0)