Skip to content

Release 1.4.44

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Feb 18:47

Changelog

1.4.44

  • Fixed: Issue where parser would pass recursion limit
  • Fixed: TypeParameter was shown instead of resolved type for enum extractor inlay
  • Fixed: Bug in unused imports where usage in callExpressions where ignored.
  • Changed : buggy logic that resolves generics from call expressions has been rewritten.
  • Added: More guards against stack overflow (abstracts to/from cast circularity etc)