From d447c0fe3f39114f0913df5804e5f7a3406d6edb Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Mon, 8 Feb 2021 02:46:07 -0600 Subject: use typeof instead type (#16962) --- tests/collections/tseq.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/collections') diff --git a/tests/collections/tseq.nim b/tests/collections/tseq.nim index 88d6dc79b..a7a0c724e 100644 --- a/tests/collections/tseq.nim +++ b/tests/collections/tseq.nim @@ -201,7 +201,7 @@ block ttoseq: stdout.write(x) for x in items(toSeq(countup(2, 6))): stdout.write(x) - var y: type("a b c".split) + var y: typeof("a b c".split) y = "xzy" stdout.write("\n") -- cgit 1.4.1-2-gfad0