Typehinting merge #50

Merged
belliash merged 298 commits from typehinting into master 2019-04-17 11:27:52 +02:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit d6751484d0 - Show all commits

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.
6. Interpreter does not check if all methods match their signatures from interfaces and virtual classes.