From 78406602be0ce392224dd3735ad9a9442df572f7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 20 Oct 2016 14:03:05 +0200 Subject: When assigning always ignore existing value type For example: x = [uint64] 1 x = a # Ok. --- tests/variable/type/test.out | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/variable/type/test.out') diff --git a/tests/variable/type/test.out b/tests/variable/type/test.out index 4aea91f..5218221 100644 --- a/tests/variable/type/test.out +++ b/tests/variable/type/test.out @@ -9,3 +9,4 @@ foobarbaz 0 0 0 +abc -- cgit v1.1