Skip to content

v1.7.3

Compare
Choose a tag to compare
@kunli2 kunli2 released this 17 Nov 22:19
· 229 commits to main since this release
bc08bf6

What's Changed

  • No doubling of trailing whitespace for function type in parens by @knutwannheden in #424
  • Fix parsing of named spread arguments by @knutwannheden in #425
  • Update K.DestructuringDeclaration model to support restructuring declaration with types by @kunli2 in #426
  • Fixed IndexOutOfBounds exception and method types for named arguments in invocations. by @traceyyoshima in #427
  • Fix type parameter with variant modifiers like in out and reified and leading annotations by @kunli2 in #429
  • Provide more info on ClassCastExceptions. by @traceyyoshima in #430
  • support use site annotation with multiple annotation included by @kunli2 in #431

Full Changelog: v1.7.2...v1.7.3