From e3ad3eb84b130d8c5ccad981c836374de2d0ec9d Mon Sep 17 00:00:00 2001 From: belliash Date: Sat, 13 Apr 2019 14:32:43 +0200 Subject: [PATCH] Another bug found that needs to be fixed before merge to master branch. --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 741d909..2e9fe7b 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,4 @@ TODO list for typehinting branch. Below list contains things that should be changed/fixed/implemented. +1. Variable declaration inside a loop leads to redeclaration error. \ No newline at end of file