N v1.2.4
What changed:
- Fixed an issue where functions could be defined with no return type.
- Fixed an issue where invalid values would cause an error with the type display.
- Fixed an issue where
var
could be called with a variable that does not exist. - Fixed an issue where a class type could not be referenced inside itself.
- Fixed an issue where functions with no arguments had an incorrect type.
- Fixed an issue where circular imports caused an infinite loop in the type checker.