Skip to content

Commit

Permalink
Update README with info about a simple type inferrer.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatyasKriz committed Jul 22, 2019
1 parent 62befdd commit 989680c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 989680c

Please sign in to comment.