From f4c9eb17741190ee73d4f2e9f3df3485581e8371 Mon Sep 17 00:00:00 2001 From: cooldome Date: Thu, 9 May 2019 15:45:56 +0100 Subject: fixes #11204 (#11207) --- tests/destructor/tv2_cast.nim | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') diff --git a/tests/destructor/tv2_cast.nim b/tests/destructor/tv2_cast.nim index 82c03fb17..8a4d69ef0 100644 --- a/tests/destructor/tv2_cast.nim +++ b/tests/destructor/tv2_cast.nim @@ -17,3 +17,8 @@ echo cast[string](@[116'u8, 101, 115, 116]) var a = cast[seq[uint32]]("test1234") a.setLen(2) echo a + + +#issue 11204 +var ac {.compileTime.} = @["a", "b"] +const bc = ac.len \ No newline at end of file -- cgit 1.4.1-2-gfad0