summaryrefslogtreecommitdiff
path: root/tests/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/config.ts')
-rw-r--r--tests/config.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/config.ts b/tests/config.ts
new file mode 100644
index 000000000..e08061e77
--- /dev/null
+++ b/tests/config.ts
@@ -0,0 +1,5 @@
+const map = new Map<string, { foo: string }>();
+
+if (map.get("bar").foo) {
+ console.log("here");
+}