Skip to content

Release 1.4.16

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Oct 19:05

Changelog

1.4.16

  • Hotfix: Disabling broken caching that broke assign checks and could lead to memory leaks.
  • Improvement: Resolve typeParameter for function types
  • Improvement: Handle implicit cast of function types
  • bugfix: Fixed issue where type parameters in some cases where treated as real types.
  • bugfix: Allow subclass of T to be assigned to Class
  • Added: show error when variable without type is assigned to Void expression