1.8.1
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 fromJ.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