v1.7.3
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
andreified
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