Update README with info about a simple type inferrer.

This commit is contained in:
Matyáš Kříž 2019-05-31 16:25:19 +02:00
parent 62befddc20
commit 989680cebe
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ We are still missing support for some important features like:
- [x] inheritance (grandparent methods)
- [x] generics
- [ ] type inference for instance variables (you need to write it explicitly, otherwise it will be replaced with `__UnknownType`)
- [x] simple type inference for instance variables (you need to write it explicitly, otherwise it will be replaced with `__UnknownType`)
## What will not be supported
Due to the limitations mentioned above, none of the things that can't be overridden can't be supported. This includes: