Skip to content

Release 1.5.11

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Sep 20:19

Changelog

1.5.11

  • Improvement: Variables and members with only init expression "= null" should now correctly resolve to type Null.
  • Improvement: Added parser support for TIntersection reification (macro : type & type)
  • Bugfix: Fixed issue where incorrect typeParameters where used when calling inherited methods.
  • Bugfix: Fixed incorrect parsing of TParent reification
  • Bugfix: Fixed issue where reification in for-loops would be incorrectly highlighted as error.
  • Bugfix: Fixed issue where psiElement/Node text was attempted read from thread without read access.