Skip to content

1.8.1

Compare
Choose a tag to compare
@timtebeek timtebeek released this 08 Dec 10:02
· 134 commits to main since this release

What's Changed

  • Added support for imports with escaped names. by @traceyyoshima in #501
  • Fixed type on J.MemberReference created in KotlinTreeParserVisitor#visitCallableReferenceExpression. by @traceyyoshima in #503
  • Fixed type attribution on annotation on ConeKotlinType(s). by @traceyyoshima in #504
  • Fixed various types on J.Identifier. Use mapType to fix types based on the tree. by @traceyyoshima in #471
  • Get rid of TypeReferencePrefix marker from J.VariableDeclarations by @kunli2 in #505
  • Set the correct MethodType on names of method invocation and declarations. by @traceyyoshima in #507

Full Changelog: v1.8.0...v1.8.1