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 7309c85 commit 1855c29Copy full SHA for 1855c29
tests/baselines/reference/newMap.types
@@ -1,5 +1,5 @@
1
=== tests/cases/compiler/newMap.ts ===
2
new Map<string>();
3
->new Map<string>() : Map<string, unknown>
+>new Map<string>() : Map<any, any>
4
>Map : MapConstructor
5
0 commit comments