We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4cecb commit 9f06584Copy full SHA for 9f06584
types/nodes7/nodes7-tests.ts
@@ -59,8 +59,6 @@ i.dropConnection(() => {}); // $ExpectType void
59
60
// @ts-expect-error
61
i.setTranslationCB();
62
-// @ts-expect-error
63
-i.setTranslationCB(() => {});
64
i.setTranslationCB(() => ""); // $ExpectType void
65
i.setTranslationCB(x => x); // $ExpectType void
66
0 commit comments