Another bug found so far.
All checks were successful
The build was successful.

This commit is contained in:
Rafal Kupiec 2019-03-18 12:26:21 +01:00
parent d4967da9e4
commit d6751484d0
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

1
TODO
View File

@ -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. 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.