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 fde7b0a commit 7741604Copy full SHA for 7741604
tests/cases/fourslash/goToDefinition_filteringMappedType.ts
@@ -2,6 +2,6 @@
2
3
////const obj = { /*def*/a: 1, b: 2 };
4
////const filtered: { [P in keyof typeof obj as P extends 'b' ? never : P]: 0; } = { a: 0 };
5
-////filtered.[|/*ref*/a|]();
+////filtered.[|/*ref*/a|];
6
7
verify.goToDefinition("ref", "def");
0 commit comments