summary refs log tree commit diff stats
path: root/tests/closure/tissue1502def.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/closure/tissue1502def.nim')
-rw-r--r--tests/closure/tissue1502def.nim6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/closure/tissue1502def.nim b/tests/closure/tissue1502def.nim
deleted file mode 100644
index 0aa6b16e3..000000000
--- a/tests/closure/tissue1502def.nim
+++ /dev/null
@@ -1,6 +0,0 @@
-import sequtils
-let xs: seq[tuple[key: string, val: seq[string]]] = @[("foo", @["bar"])]
-
-let maps = xs.map(
-  proc(x: auto): tuple[typ: string, maps: seq[string]] =
-    (x.key, x.val.map(proc(x: string): string = x)))
\ No newline at end of file