From 166b1a2c41f0e53044d7c3b9bf6c28ec4902712b Mon Sep 17 00:00:00 2001 From: belliash Date: Wed, 20 Mar 2019 12:58:16 +0100 Subject: [PATCH] This is not a bug. --- TODO | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/TODO b/TODO index 26ebbeb..b716f32 100644 --- a/TODO +++ b/TODO @@ -7,6 +7,4 @@ Below list contains things that should be changed/fixed/implemented. 2. Some builtin functions like isset() seems to be useless, if variable is not defined, interpreter will throw an error. -3. Accessing private attribute from parent class fails with 'Undefined class attribute' instead of error about visibility. - -4. Interpreter does not check if all methods match their signatures from interfaces and virtual classes. +3. Interpreter does not check if all methods match their signatures from interfaces and virtual classes.