From d6751484d0439ba5d7f5962ec98ddab0878ad037 Mon Sep 17 00:00:00 2001 From: belliash Date: Mon, 18 Mar 2019 12:26:21 +0100 Subject: [PATCH] Another bug found so far. --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 564f810..f088e14 100644 --- a/TODO +++ b/TODO @@ -13,3 +13,4 @@ Below list contains things that should be changed/fixed/implemented. 5. Accessing private attribute from parent class fails with 'Undefined class attribute' instead of error about visibility. +6. Interpreter does not check if all methods match their signatures from interfaces and virtual classes.